/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprCXX.h | 161 SourceLocation getEndLoc() const { return Range.getEnd(); } in getEndLoc() function 348 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 410 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; } in getEndLoc() function 704 SourceLocation getEndLoc() const { return getRParenLoc(); } in getEndLoc() function 737 SourceLocation getEndLoc() const { return getLocation(); } in getEndLoc() function 771 SourceLocation getEndLoc() const { return getLocation(); } in getEndLoc() function 814 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 892 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() function 961 SourceLocation getEndLoc() const { return getMemberLoc(); } in getEndLoc() function 1029 SourceLocation getEndLoc() const LLVM_READONLY { return RBracketLoc; } in getEndLoc() function [all …]
|
H A D | ExprObjC.h | 73 SourceLocation getEndLoc() const LLVM_READONLY { return String->getEndLoc(); } in getEndLoc() function 105 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function 160 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() function 217 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() function 381 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() function 437 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; } in getEndLoc() function 477 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; } in getEndLoc() function 531 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; } in getEndLoc() function 595 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function 783 SourceLocation getEndLoc() const LLVM_READONLY { return IdLoc; } in getEndLoc() function [all …]
|
H A D | StmtObjC.h | 58 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 111 SourceLocation getEndLoc() const LLVM_READONLY { return Body->getEndLoc(); } in getEndLoc() function 144 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 314 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 352 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 384 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
|
H A D | StmtCXX.h | 44 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 95 SourceLocation getEndLoc() const { in getEndLoc() function 207 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 297 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 425 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 493 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
|
H A D | Expr.h | 1081 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 1152 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 1507 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function 1549 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function 1606 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function 1688 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function 1727 SourceLocation getEndLoc() const LLVM_READONLY { return Val->getEndLoc(); } in getEndLoc() function 1933 SourceLocation getEndLoc() const LLVM_READONLY { return *(tokloc_end() - 1); } in getEndLoc() function 2024 SourceLocation getEndLoc() const { return getLocation(); } in getEndLoc() function 2064 SourceLocation getEndLoc() const LLVM_READONLY { return R; } in getEndLoc() function [all …]
|
H A D | Availability.h | 54 SourceLocation getEndLoc() const { return EndLoc; } in getEndLoc() function
|
H A D | Stmt.h | 1314 SourceLocation getEndLoc() const { return EndLoc; } in getEndLoc() function 1382 SourceLocation getEndLoc() const { return getSemiLoc(); } in getEndLoc() function 1503 SourceLocation getEndLoc() const { return RBraceLoc; } in getEndLoc() function 1695 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 1741 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 1757 SourceLocation SwitchCase::getEndLoc() const { in getEndLoc() function 1826 SourceLocation getEndLoc() const LLVM_READONLY { return SubStmt->getEndLoc();} in getEndLoc() function 1889 SourceLocation getEndLoc() const LLVM_READONLY { return SubStmt->getEndLoc();} in getEndLoc() function 2091 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 2288 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function [all …]
|
H A D | ExprOpenMP.h | 116 SourceLocation getEndLoc() const LLVM_READONLY { return RBracketLoc; } in getEndLoc() function 199 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 375 SourceLocation getEndLoc() const LLVM_READONLY { return RPLoc; } in getEndLoc() function
|
H A D | ExprConcepts.h | 128 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 543 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
|
H A D | RawCommentList.h | 109 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() function
|
H A D | NestedNameSpecifier.h | 305 SourceLocation getEndLoc() const { in getEndLoc() function
|
H A D | DeclarationName.h | 867 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | MCAsmLexer.cpp | 31 SMLoc AsmToken::getEndLoc() const { in getEndLoc() function in AsmToken
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtObjC.cpp | 66 SourceLocation ObjCAtTryStmt::getEndLoc() const { in getEndLoc() function in ObjCAtTryStmt
|
H A D | ExprCXX.cpp | 340 SourceLocation CXXPseudoDestructorExpr::getEndLoc() const { in getEndLoc() function in CXXPseudoDestructorExpr 514 SourceLocation CXXConstructExpr::getEndLoc() const { in getEndLoc() function in CXXConstructExpr 870 SourceLocation CXXFunctionalCastExpr::getEndLoc() const { in getEndLoc() function in CXXFunctionalCastExpr 1023 SourceLocation CXXTemporaryObjectExpr::getEndLoc() const { in getEndLoc() function in CXXTemporaryObjectExpr
|
H A D | Expr.cpp | 501 SourceLocation DeclRefExpr::getEndLoc() const { in getEndLoc() function in DeclRefExpr 1504 SourceLocation CallExpr::getEndLoc() const { in getEndLoc() function in CallExpr 1680 SourceLocation MemberExpr::getEndLoc() const { in getEndLoc() function in MemberExpr 2295 SourceLocation InitListExpr::getEndLoc() const { in getEndLoc() function in InitListExpr 4300 SourceLocation DesignatedInitExpr::getEndLoc() const { in getEndLoc() function in DesignatedInitExpr 4369 SourceLocation DesignatedInitUpdateExpr::getEndLoc() const { in getEndLoc() function in DesignatedInitUpdateExpr
|
H A D | TypeLoc.cpp | 228 SourceLocation TypeLoc::getEndLoc() const { in getEndLoc() function in TypeLoc
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Token.h | 153 SourceLocation getEndLoc() const { in getEndLoc() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 146 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 84 SourceLocation StmtSequence::getEndLoc() const { return back()->getEndLoc(); } in getEndLoc() function in StmtSequence
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 225 SMLoc getEndLoc() const override { return End; } in getEndLoc() function in __anon2a5e3db90111::MSP430Operand
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 74 SourceLocation getEndLoc() const { return Range.getEnd(); } in getEndLoc() function 508 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() function 1163 SourceLocation getEndLoc() const LLVM_READONLY { return EndLocation; } in getEndLoc() function 1947 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 194 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/ |
H A D | M68kAsmParser.cpp | 141 SMLoc getEndLoc() const override { return End; } in getEndLoc() function in __anon48fdb3d70111::M68kOperand
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 242 SMLoc getEndLoc() const override { return End; } in getEndLoc() function in __anon484a835d0111::AVROperand
|