Home
last modified time | relevance | path

Searched defs:getLocStart (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DExprCXX.h93 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 DStmt.h473 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 DStmtObjC.h58 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 DExpr.h879 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 DStmtCXX.h44 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 DExprObjC.h47 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 DExprOpenMP.h104 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
H A DRawCommentList.h111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
H A DDeclarationName.h538 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
H A DDecl.h568 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 DDeclObjC.h291 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); } in getLocStart() function
2709 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; } in getLocStart() function
H A DDeclBase.h378 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
H A DComment.h218 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
H A DStmtOpenMP.h168 SourceLocation getLocStart() const { return StartLoc; } in getLocStart() function
H A DTypeLoc.h130 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); } in getLocStart() function
H A DDeclCXX.h204 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
H A DOpenMPClause.h46 SourceLocation getLocStart() const { return StartLoc; } in getLocStart() function
/aosp_15_r20/external/clang/lib/AST/
H A DExprCXX.cpp58 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 DExpr.cpp427 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 DStmt.cpp257 SourceLocation Stmt::getLocStart() const { in getLocStart() function in Stmt
/aosp_15_r20/external/clang/include/clang/Sema/
H A DDeclSpec.h503 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/
DDecl.h4914 SourceLocation getLocStart() const LLVM_READONLY { return KwLoc; } in getLocStart() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDecl.h4965 SourceLocation getLocStart() const LLVM_READONLY { return KwLoc; } in getLocStart() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDecl.h4929 SourceLocation getLocStart() const LLVM_READONLY { return KwLoc; } in getLocStart() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDecl.h4929 SourceLocation getLocStart() const LLVM_READONLY { return KwLoc; } in getLocStart() function