Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
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
135 SourceLocation getLocStart() const LLVM_READONLY { return AtFinallyLoc; } in getLocStart() function
240 SourceLocation getLocStart() const LLVM_READONLY { return AtTryLoc; } in getLocStart() function
297 SourceLocation getLocStart() const LLVM_READONLY { return AtSynchronizedLoc; } in getLocStart() function
330 SourceLocation getLocStart() const LLVM_READONLY { return AtThrowLoc; } in getLocStart() function
359 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; } 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
115 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
163 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
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
192 SourceLocation getLocStart() const LLVM_READONLY { return ForLoc; } in getLocStart() function
278 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function
H A DExprCXX.h89 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
210 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
400 SourceLocation getLocStart() const { in getLocStart() function
442 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
470 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
502 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
592 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
642 SourceLocation getLocStart() const { in getLocStart() function
729 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
782 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
[all …]
H A DStmt.h477 SourceLocation getLocStart() const LLVM_READONLY { return StartLoc; } in getLocStart() function
538 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; } in getLocStart() function
624 SourceLocation getLocStart() const LLVM_READONLY { return LBraceLoc; } in getLocStart() function
677 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function
727 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function
766 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function
807 SourceLocation getLocStart() const LLVM_READONLY { return IdentLoc; } in getLocStart() function
859 SourceLocation getLocStart() const LLVM_READONLY { return AttrLoc; } in getLocStart() function
920 SourceLocation getLocStart() const LLVM_READONLY { return IfLoc; } in getLocStart() function
1016 SourceLocation getLocStart() const LLVM_READONLY { return SwitchLoc; } in getLocStart() function
[all …]
H A DExpr.h846 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
1212 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
1298 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
1344 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
1412 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function
1444 SourceLocation getLocStart() const LLVM_READONLY { return Val->getLocStart(); } in getLocStart() function
1605 SourceLocation getLocStart() const LLVM_READONLY { return TokLocs[0]; } in getLocStart() function
1640 SourceLocation getLocStart() const LLVM_READONLY { return L; } in getLocStart() function
1753 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
1875 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
[all …]
H A DRawCommentList.h111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
H A DDeclarationName.h535 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
H A DDeclBase.h359 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
H A DDecl.h465 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; } in getLocStart() function
591 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
2468 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; } in getLocStart() function
H A DDeclObjC.h291 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); } in getLocStart() function
2422 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; } in getLocStart() function
H A DStmtOpenMP.h139 SourceLocation getLocStart() const { return StartLoc; } in getLocStart() function
H A DComment.h218 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
H A DOpenMPClause.h46 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.h202 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp131 SourceLocation CXXScalarValueInitExpr::getLocStart() const { in getLocStart() function in CXXScalarValueInitExpr
482 SourceLocation CXXConstructExpr::getLocStart() const { in getLocStart() function in CXXConstructExpr
726 SourceLocation CXXFunctionalCastExpr::getLocStart() const { in getLocStart() function in CXXFunctionalCastExpr
823 SourceLocation CXXTemporaryObjectExpr::getLocStart() const { in getLocStart() function in CXXTemporaryObjectExpr
1189 SourceLocation CXXUnresolvedConstructExpr::getLocStart() const { in getLocStart() function in CXXUnresolvedConstructExpr
H A DExpr.cpp430 SourceLocation DeclRefExpr::getLocStart() const { in getLocStart() function in DeclRefExpr
1288 SourceLocation CallExpr::getLocStart() const { in getLocStart() function in CallExpr
1427 SourceLocation MemberExpr::getLocStart() const { in getLocStart() function in MemberExpr
1937 SourceLocation InitListExpr::getLocStart() const { in getLocStart() function in InitListExpr
3904 SourceLocation DesignatedInitExpr::getLocStart() const { in getLocStart() function in DesignatedInitExpr
H A DStmt.cpp250 SourceLocation Stmt::getLocStart() const { in getLocStart() function in Stmt
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h504 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
1052 SourceLocation getLocStart() const LLVM_READONLY { return StartLocation; } in getLocStart() function
1676 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function