/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | ExprCXX.h | 93 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function 233 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 444 SourceLocation getLocStart() const { in getLocStart() function 486 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 516 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 550 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function 640 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function 691 SourceLocation getLocStart() const { in getLocStart() function 758 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function 843 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function [all …]
|
H A D | Stmt.h | 473 SourceLocation getLocStart() const LLVM_READONLY { return StartLoc; } in getLocStart() function 534 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; } in getLocStart() function 626 SourceLocation getLocStart() const LLVM_READONLY { return LBraceLoc; } in getLocStart() function 680 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function 730 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function 769 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function 814 SourceLocation getLocStart() const LLVM_READONLY { return IdentLoc; } in getLocStart() function 868 SourceLocation getLocStart() const LLVM_READONLY { return AttrLoc; } in getLocStart() function 936 SourceLocation getLocStart() const LLVM_READONLY { return IfLoc; } in getLocStart() function 1029 SourceLocation getLocStart() const LLVM_READONLY { return SwitchLoc; } in getLocStart() function [all …]
|
H A D | StmtObjC.h | 58 SourceLocation getLocStart() const LLVM_READONLY { return ForLoc; } in getLocStart() function 107 SourceLocation getLocStart() const LLVM_READONLY { return AtCatchLoc; } in getLocStart() function 136 SourceLocation getLocStart() const LLVM_READONLY { return AtFinallyLoc; } in getLocStart() function 241 SourceLocation getLocStart() const LLVM_READONLY { return AtTryLoc; } in getLocStart() function 298 SourceLocation getLocStart() const LLVM_READONLY { return AtSynchronizedLoc; } in getLocStart() function 332 SourceLocation getLocStart() const LLVM_READONLY { return AtThrowLoc; } in getLocStart() function 360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; } in getLocStart() function
|
H A D | Expr.h | 879 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function 1200 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 1286 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 1335 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 1405 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 1439 SourceLocation getLocStart() const LLVM_READONLY { return Val->getLocStart(); } in getLocStart() function 1602 SourceLocation getLocStart() const LLVM_READONLY { return TokLocs[0]; } in getLocStart() function 1639 SourceLocation getLocStart() const LLVM_READONLY { return L; } in getLocStart() function 1751 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function 1856 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function [all …]
|
H A D | StmtCXX.h | 44 SourceLocation getLocStart() const LLVM_READONLY { return CatchLoc; } in getLocStart() function 88 SourceLocation getLocStart() const LLVM_READONLY { return getTryLoc(); } in getLocStart() function 198 SourceLocation getLocStart() const LLVM_READONLY { return ForLoc; } in getLocStart() function 284 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function 352 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function 406 SourceLocation getLocStart() const LLVM_READONLY { return CoreturnLoc; } in getLocStart() function
|
H A D | ExprObjC.h | 47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; } in getLocStart() function 74 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 117 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function 167 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
|
H A D | ExprOpenMP.h | 104 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
|
H A D | RawCommentList.h | 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
|
H A D | DeclarationName.h | 538 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
|
H A D | Decl.h | 568 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; } in getLocStart() function 693 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function 2593 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; } in getLocStart() function
|
H A D | DeclObjC.h | 291 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); } in getLocStart() function 2709 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; } in getLocStart() function
|
H A D | DeclBase.h | 378 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
|
H A D | Comment.h | 218 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
|
H A D | StmtOpenMP.h | 168 SourceLocation getLocStart() const { return StartLoc; } in getLocStart() function
|
H A D | TypeLoc.h | 130 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); } in getLocStart() function
|
H A D | DeclCXX.h | 204 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
|
H A D | OpenMPClause.h | 46 SourceLocation getLocStart() const { return StartLoc; } in getLocStart() function
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | ExprCXX.cpp | 58 SourceLocation CXXScalarValueInitExpr::getLocStart() const { in getLocStart() function in CXXScalarValueInitExpr 407 SourceLocation CXXConstructExpr::getLocStart() const { in getLocStart() function in CXXConstructExpr 651 SourceLocation CXXFunctionalCastExpr::getLocStart() const { in getLocStart() function in CXXFunctionalCastExpr 740 SourceLocation CXXTemporaryObjectExpr::getLocStart() const { in getLocStart() function in CXXTemporaryObjectExpr 1104 SourceLocation CXXUnresolvedConstructExpr::getLocStart() const { in getLocStart() function in CXXUnresolvedConstructExpr
|
H A D | Expr.cpp | 427 SourceLocation DeclRefExpr::getLocStart() const { in getLocStart() function in DeclRefExpr 1291 SourceLocation CallExpr::getLocStart() const { in getLocStart() function in CallExpr 1462 SourceLocation MemberExpr::getLocStart() const { in getLocStart() function in MemberExpr 1833 SourceLocation InitListExpr::getLocStart() const { in getLocStart() function in InitListExpr 3624 SourceLocation DesignatedInitExpr::getLocStart() const { in getLocStart() function in DesignatedInitExpr 3698 SourceLocation DesignatedInitUpdateExpr::getLocStart() const { in getLocStart() function in DesignatedInitUpdateExpr
|
H A D | Stmt.cpp | 257 SourceLocation Stmt::getLocStart() const { in getLocStart() function in Stmt
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 503 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function 1090 SourceLocation getLocStart() const LLVM_READONLY { return StartLocation; } in getLocStart() function 1761 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | Decl.h | 4914 SourceLocation getLocStart() const LLVM_READONLY { return KwLoc; } in getLocStart() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | Decl.h | 4965 SourceLocation getLocStart() const LLVM_READONLY { return KwLoc; } in getLocStart() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | Decl.h | 4929 SourceLocation getLocStart() const LLVM_READONLY { return KwLoc; } in getLocStart() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | Decl.h | 4929 SourceLocation getLocStart() const LLVM_READONLY { return KwLoc; } in getLocStart() function
|