Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
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 …]
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 …]
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
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
DExpr.h1078 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
1149 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
1504 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function
1546 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function
1603 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function
1685 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function
1724 SourceLocation getEndLoc() const LLVM_READONLY { return Val->getEndLoc(); } in getEndLoc() function
1930 SourceLocation getEndLoc() const LLVM_READONLY { return *(tokloc_end() - 1); } in getEndLoc() function
2021 SourceLocation getEndLoc() const { return getLocation(); } in getEndLoc() function
2071 SourceLocation getEndLoc() const { return RParen; } in getEndLoc() function
[all …]
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 …]
DAvailability.h54 SourceLocation getEndLoc() const { return EndLoc; } in getEndLoc() function
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
DExprConcepts.h128 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
543 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
DNestedNameSpecifier.h305 SourceLocation getEndLoc() const { in getEndLoc() function
DRawCommentList.h109 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() function
DDeclarationName.h867 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DMCAsmLexer.cpp31 SMLoc AsmToken::getEndLoc() const { in getEndLoc() function in AsmToken
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtObjC.cpp66 SourceLocation ObjCAtTryStmt::getEndLoc() const { in getEndLoc() function in ObjCAtTryStmt
DExprCXX.cpp341 SourceLocation CXXPseudoDestructorExpr::getEndLoc() const { in getEndLoc() function in CXXPseudoDestructorExpr
515 SourceLocation CXXConstructExpr::getEndLoc() const { in getEndLoc() function in CXXConstructExpr
872 SourceLocation CXXFunctionalCastExpr::getEndLoc() const { in getEndLoc() function in CXXFunctionalCastExpr
1025 SourceLocation CXXTemporaryObjectExpr::getEndLoc() const { in getEndLoc() function in CXXTemporaryObjectExpr
DExpr.cpp503 SourceLocation DeclRefExpr::getEndLoc() const { in getEndLoc() function in DeclRefExpr
1570 SourceLocation CallExpr::getEndLoc() const { in getEndLoc() function in CallExpr
1748 SourceLocation MemberExpr::getEndLoc() const { in getEndLoc() function in MemberExpr
2367 SourceLocation InitListExpr::getEndLoc() const { in getEndLoc() function in InitListExpr
4371 SourceLocation DesignatedInitExpr::getEndLoc() const { in getEndLoc() function in DesignatedInitExpr
4440 SourceLocation DesignatedInitUpdateExpr::getEndLoc() const { in getEndLoc() function in DesignatedInitUpdateExpr
DTypeLoc.cpp228 SourceLocation TypeLoc::getEndLoc() const { in getEndLoc() function in TypeLoc
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DToken.h153 SourceLocation getEndLoc() const { in getEndLoc() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp146 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DCloneDetection.cpp84 SourceLocation StmtSequence::getEndLoc() const { return back()->getEndLoc(); } in getEndLoc() function in StmtSequence
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp225 SMLoc getEndLoc() const override { return End; } in getEndLoc() function in __anond9b146e60111::MSP430Operand
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
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
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
DCSKYAsmParser.cpp194 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp242 SMLoc getEndLoc() const override { return End; } in getEndLoc() function in __anone1cd6eca0111::AVROperand
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
DM68kAsmParser.cpp141 SMLoc getEndLoc() const override { return End; } in getEndLoc() function in __anon4ee92e840111::M68kOperand

12