/external/clang/include/clang/AST/ |
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 153 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
|
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 135 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 331 SourceLocation getLocStart() const LLVM_READONLY { return AtThrowLoc; } in getLocStart() function 360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; } in getLocStart() function
|
D | ExprCXX.h | 87 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function 208 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 396 SourceLocation getLocStart() const { in getLocStart() function 437 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 463 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 546 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function 622 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function 672 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 722 SourceLocation getLocStart() const LLVM_READONLY { return ThrowLoc; } in getLocStart() function 812 SourceLocation getLocStart() const LLVM_READONLY { return SourceLocation(); } 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 | Stmt.h | 478 SourceLocation getLocStart() const LLVM_READONLY { return StartLoc; } in getLocStart() function 533 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; } in getLocStart() function 606 SourceLocation getLocStart() const LLVM_READONLY { return LBracLoc; } in getLocStart() function 660 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function 710 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function 749 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart() function 790 SourceLocation getLocStart() const LLVM_READONLY { return IdentLoc; } in getLocStart() function 838 SourceLocation getLocStart() const LLVM_READONLY { return AttrLoc; } in getLocStart() function 898 SourceLocation getLocStart() const LLVM_READONLY { return IfLoc; } in getLocStart() function 997 SourceLocation getLocStart() const LLVM_READONLY { return SwitchLoc; } in getLocStart() function [all …]
|
D | Expr.h | 806 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function 1171 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 1253 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 1299 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 1367 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart() function 1399 SourceLocation getLocStart() const LLVM_READONLY { return Val->getLocStart(); } in getLocStart() function 1560 SourceLocation getLocStart() const LLVM_READONLY { return TokLocs[0]; } in getLocStart() function 1595 SourceLocation getLocStart() const LLVM_READONLY { return L; } in getLocStart() function 1708 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function 1830 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function [all …]
|
D | DeclarationName.h | 529 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
|
D | Decl.h | 423 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; } in getLocStart() function 548 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function 2259 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; } in getLocStart() function
|
D | DeclBase.h | 350 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
|
D | DeclObjC.h | 301 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); } in getLocStart() function 2190 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; } in getLocStart() function
|
D | Comment.h | 205 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart() function
|
D | TypeLoc.h | 123 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); } in getLocStart() function
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 76 SourceLocation CXXScalarValueInitExpr::getLocStart() const { in getLocStart() function in CXXScalarValueInitExpr 421 SourceLocation CXXConstructExpr::getLocStart() const { in getLocStart() function in CXXConstructExpr 740 SourceLocation CXXTemporaryObjectExpr::getLocStart() const { in getLocStart() function in CXXTemporaryObjectExpr 1074 SourceLocation CXXUnresolvedConstructExpr::getLocStart() const { in getLocStart() function in CXXUnresolvedConstructExpr
|
D | Expr.cpp | 449 SourceLocation DeclRefExpr::getLocStart() const { in getLocStart() function in DeclRefExpr 1195 SourceLocation CallExpr::getLocStart() const { in getLocStart() function in CallExpr 1334 SourceLocation MemberExpr::getLocStart() const { in getLocStart() function in MemberExpr 1832 SourceLocation InitListExpr::getLocStart() const { in getLocStart() function in InitListExpr 3715 SourceLocation DesignatedInitExpr::getLocStart() const { in getLocStart() function in DesignatedInitExpr
|
D | Stmt.cpp | 230 SourceLocation Stmt::getLocStart() const { in getLocStart() function in Stmt
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 474 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function 1002 SourceLocation getLocStart() const LLVM_READONLY { return StartLocation; } in getLocStart() function 1593 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart() function
|