/external/clang/include/clang/AST/ |
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
|
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 165 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
|
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 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
|
D | Stmt.h | 461 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 …]
|
D | ExprCXX.h | 96 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 …]
|
D | Expr.h | 869 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 …]
|
D | ExprOpenMP.h | 104 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
|
D | RawCommentList.h | 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
|
D | DeclarationName.h | 535 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
|
D | Decl.h | 508 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
|
D | DeclBase.h | 372 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
|
D | Comment.h | 218 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
|
D | DeclObjC.h | 291 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); } in getLocStart() function 2657 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; } in getLocStart() function
|
D | StmtOpenMP.h | 169 SourceLocation getLocStart() const { return StartLoc; } in getLocStart() function
|
D | TypeLoc.h | 130 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); } in getLocStart() function
|
D | OpenMPClause.h | 46 SourceLocation getLocStart() const { return StartLoc; } in getLocStart() function
|
D | DeclCXX.h | 202 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 131 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
|
D | Expr.cpp | 438 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
|
D | Stmt.cpp | 257 SourceLocation Stmt::getLocStart() const { in getLocStart() function in Stmt
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 493 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
|