Searched defs:endLoc (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegion.h | 114 llvm::SMLoc endLoc() const { return RangeEnd; } in endLoc() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 823 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, in ObjCMethodDecl() 853 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1142 SourceLocation endLoc = in ActOnPropertyImplDecl() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 354 inline LineColPair endLoc() const { return LineColPair(LineEnd, ColumnEnd); } in endLoc() function
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1880 SourceLocation &endLoc) { in parseObjCTypeArgsAndProtocolQualifiers()
|
H A D | ParseDecl.cpp | 1302 ParsedAttributes &attrs, SourceLocation *endLoc, IdentifierInfo *ScopeName, in ParseAvailabilityAttribute()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 512 SourceLocation endLoc; in SkipExcludedConditionalBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 4831 SMLoc endLoc; in parseSEHRegisterNumber() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2058 SourceLocation endLoc = S->getEndLoc(); in RewriteObjCThrowStmt() local
|