Home
last modified time | relevance | path

Searched defs:endLoc (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h101 llvm::SMLoc endLoc() const { return RangeEnd; } in endLoc() function
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp824 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, in ObjCMethodDecl()
854 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h364 inline LineColPair endLoc() const { return LineColPair(LineEnd, ColumnEnd); } in endLoc() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp511 SourceLocation endLoc; in SkipExcludedConditionalBlock() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1160 SourceLocation endLoc = in ActOnPropertyImplDecl() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1882 SourceLocation &endLoc) { in parseObjCTypeArgsAndProtocolQualifiers()
H A DParseDecl.cpp1216 ParsedAttributes &attrs, SourceLocation *endLoc, IdentifierInfo *ScopeName, in ParseAvailabilityAttribute()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1665 SourceLocation endLoc = S->getSynchBody()->getBeginLoc(); in RewriteObjCSynchronizedStmt() local
1919 SourceLocation endLoc = body->getEndLoc(); in RewriteObjCTryStmt() local
H A DRewriteModernObjC.cpp2059 SourceLocation endLoc = S->getEndLoc(); in RewriteObjCThrowStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4745 SMLoc endLoc; in parseSEHRegisterNumber() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1500 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, SourceLocation endLoc) in DeclStmt()