Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
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
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
165 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
DStmtCXX.h44 SourceLocation getLocStart() const LLVM_READONLY { return CatchLoc; } in getLocStart() function
88 SourceLocation getLocStart() const LLVM_READONLY { return getTryLoc(); } in getLocStart() function
193 SourceLocation getLocStart() const LLVM_READONLY { return ForLoc; } in getLocStart() function
279 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function
347 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
401 SourceLocation getLocStart() const LLVM_READONLY { return CoreturnLoc; } in getLocStart() function
DStmt.h461 SourceLocation getLocStart() const LLVM_READONLY { return StartLoc; } in getLocStart() function
522 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; } in getLocStart() function
614 SourceLocation getLocStart() const LLVM_READONLY { return LBraceLoc; } in getLocStart() function
668 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function
718 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function
757 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function
802 SourceLocation getLocStart() const LLVM_READONLY { return IdentLoc; } in getLocStart() function
856 SourceLocation getLocStart() const LLVM_READONLY { return AttrLoc; } in getLocStart() function
917 SourceLocation getLocStart() const LLVM_READONLY { return IfLoc; } in getLocStart() function
1007 SourceLocation getLocStart() const LLVM_READONLY { return SwitchLoc; } in getLocStart() function
[all …]
DExprCXX.h96 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
217 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
407 SourceLocation getLocStart() const { in getLocStart() function
449 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
479 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
513 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
603 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
654 SourceLocation getLocStart() const { in getLocStart() function
721 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
804 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
[all …]
DExpr.h869 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
1243 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
1329 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
1377 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
1447 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
1481 SourceLocation getLocStart() const LLVM_READONLY { return Val->getLocStart(); } in getLocStart() function
1644 SourceLocation getLocStart() const LLVM_READONLY { return TokLocs[0]; } in getLocStart() function
1681 SourceLocation getLocStart() const LLVM_READONLY { return L; } in getLocStart() function
1793 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
1915 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
[all …]
DExprOpenMP.h104 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
DRawCommentList.h111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
DDeclarationName.h535 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
DDecl.h508 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; } in getLocStart() function
633 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
2576 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; } in getLocStart() function
DDeclBase.h372 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
DComment.h218 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
DDeclObjC.h291 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); } in getLocStart() function
2657 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; } in getLocStart() function
DStmtOpenMP.h169 SourceLocation getLocStart() const { return StartLoc; } in getLocStart() function
DTypeLoc.h130 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); } in getLocStart() function
DOpenMPClause.h46 SourceLocation getLocStart() const { return StartLoc; } in getLocStart() function
DDeclCXX.h202 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
/external/clang/lib/AST/
DExprCXX.cpp131 SourceLocation CXXScalarValueInitExpr::getLocStart() const { in getLocStart() function in CXXScalarValueInitExpr
478 SourceLocation CXXConstructExpr::getLocStart() const { in getLocStart() function in CXXConstructExpr
722 SourceLocation CXXFunctionalCastExpr::getLocStart() const { in getLocStart() function in CXXFunctionalCastExpr
819 SourceLocation CXXTemporaryObjectExpr::getLocStart() const { in getLocStart() function in CXXTemporaryObjectExpr
1194 SourceLocation CXXUnresolvedConstructExpr::getLocStart() const { in getLocStart() function in CXXUnresolvedConstructExpr
DExpr.cpp438 SourceLocation DeclRefExpr::getLocStart() const { in getLocStart() function in DeclRefExpr
1303 SourceLocation CallExpr::getLocStart() const { in getLocStart() function in CallExpr
1476 SourceLocation MemberExpr::getLocStart() const { in getLocStart() function in MemberExpr
1986 SourceLocation InitListExpr::getLocStart() const { in getLocStart() function in InitListExpr
3764 SourceLocation DesignatedInitExpr::getLocStart() const { in getLocStart() function in DesignatedInitExpr
3841 SourceLocation DesignatedInitUpdateExpr::getLocStart() const { in getLocStart() function in DesignatedInitUpdateExpr
DStmt.cpp257 SourceLocation Stmt::getLocStart() const { in getLocStart() function in Stmt
/external/clang/include/clang/Sema/
DDeclSpec.h493 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
1071 SourceLocation getLocStart() const LLVM_READONLY { return StartLocation; } in getLocStart() function
1715 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function