| /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 115 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function 163 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
|
| 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 477 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 509 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function 599 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function 649 SourceLocation getLocStart() const { in getLocStart() function 736 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function 789 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function [all …]
|
| D | Stmt.h | 474 SourceLocation getLocStart() const LLVM_READONLY { return StartLoc; } in getLocStart() function 535 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; } in getLocStart() function 625 SourceLocation getLocStart() const LLVM_READONLY { return LBraceLoc; } in getLocStart() function 678 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function 728 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function 767 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function 812 SourceLocation getLocStart() const LLVM_READONLY { return IdentLoc; } in getLocStart() function 864 SourceLocation getLocStart() const LLVM_READONLY { return AttrLoc; } in getLocStart() function 925 SourceLocation getLocStart() const LLVM_READONLY { return IfLoc; } in getLocStart() function 1015 SourceLocation getLocStart() const LLVM_READONLY { return SwitchLoc; } in getLocStart() function [all …]
|
| 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 192 SourceLocation getLocStart() const LLVM_READONLY { return ForLoc; } in getLocStart() function 278 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function
|
| D | Expr.h | 846 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 …]
|
| 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 | 505 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; } in getLocStart() function 631 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function 2517 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; } in getLocStart() function
|
| D | DeclBase.h | 360 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
|
| D | DeclObjC.h | 291 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); } in getLocStart() function 2425 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; } in getLocStart() function
|
| D | Comment.h | 218 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
|
| D | StmtOpenMP.h | 161 SourceLocation getLocStart() const { return StartLoc; } in getLocStart() function
|
| D | OpenMPClause.h | 46 SourceLocation getLocStart() const { return StartLoc; } in getLocStart() function
|
| D | TypeLoc.h | 130 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); } 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 1185 SourceLocation CXXUnresolvedConstructExpr::getLocStart() const { in getLocStart() function in CXXUnresolvedConstructExpr
|
| D | Expr.cpp | 430 SourceLocation DeclRefExpr::getLocStart() const { in getLocStart() function in DeclRefExpr 1266 SourceLocation CallExpr::getLocStart() const { in getLocStart() function in CallExpr 1439 SourceLocation MemberExpr::getLocStart() const { in getLocStart() function in MemberExpr 1949 SourceLocation InitListExpr::getLocStart() const { in getLocStart() function in InitListExpr 3926 SourceLocation DesignatedInitExpr::getLocStart() const { in getLocStart() function in DesignatedInitExpr
|
| D | Stmt.cpp | 256 SourceLocation Stmt::getLocStart() const { in getLocStart() function in Stmt
|
| /external/clang/include/clang/Sema/ |
| D | DeclSpec.h | 504 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function 1052 SourceLocation getLocStart() const LLVM_READONLY { return StartLocation; } in getLocStart() function 1678 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
|