Home
last modified time | relevance | path

Searched defs:getEndLoc (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h161 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 DExprObjC.h73 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 DStmtObjC.h58 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 DStmtCXX.h44 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 DExpr.h1081 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 DAvailability.h54 SourceLocation getEndLoc() const { return EndLoc; } in getEndLoc() function
H A DStmt.h1314 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 DExprOpenMP.h116 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 DExprConcepts.h128 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
543 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
H A DRawCommentList.h109 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() function
H A DNestedNameSpecifier.h305 SourceLocation getEndLoc() const { in getEndLoc() function
H A DDeclarationName.h867 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp31 SMLoc AsmToken::getEndLoc() const { in getEndLoc() function in AsmToken
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtObjC.cpp66 SourceLocation ObjCAtTryStmt::getEndLoc() const { in getEndLoc() function in ObjCAtTryStmt
H A DExprCXX.cpp340 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 DExpr.cpp501 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 DTypeLoc.cpp228 SourceLocation TypeLoc::getEndLoc() const { in getEndLoc() function in TypeLoc
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DToken.h153 SourceLocation getEndLoc() const { in getEndLoc() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp146 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp84 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 DMSP430AsmParser.cpp225 SMLoc getEndLoc() const override { return End; } in getEndLoc() function in __anon2a5e3db90111::MSP430Operand
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h74 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 DCSKYAsmParser.cpp194 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp141 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 DAVRAsmParser.cpp242 SMLoc getEndLoc() const override { return End; } in getEndLoc() function in __anon484a835d0111::AVROperand

12