Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A DCodeRegion.h73 llvm::SMLoc endLoc() const { return RangeEnd; } in endLoc() function
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp303 CXSourceLocation endLoc = makeLocation(End); in readRange() local
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp4180 SourceLocation *endLoc) { in ParseCXX11AttributeSpecifier()
4305 SourceLocation *endLoc) { in ParseCXX11Attributes()
4450 SourceLocation *endLoc) { in ParseMicrosoftAttributes()
H A DParseCXXInlineMethods.cpp708 SourceLocation endLoc; in ParseLexedAttribute() local
H A DParseDecl.cpp1028 SourceLocation *endLoc, in ParseAvailabilityAttribute()
1374 SourceLocation *endLoc, in ParseObjCBridgeRelatedAttribute()
H A DParseObjc.cpp1829 SourceLocation &endLoc) { in parseObjCTypeArgsAndProtocolQualifiers()
/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransformActions.cpp68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp781 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, in ObjCMethodDecl()
811 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2705 SourceLocation endLoc; variable
2772 SourceLocation endLoc; in MaybeParseCXX11Attributes() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h299 inline LineColPair endLoc() const { return LineColPair(LineEnd, ColumnEnd); } in endLoc() function
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp459 SourceLocation endLoc; in SkipExcludedConditionalBlock() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp152 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1160 SourceLocation endLoc = in ActOnPropertyImplDecl() local
/netbsd/external/apache2/llvm/dist/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.cpp2058 SourceLocation endLoc = S->getEndLoc(); in RewriteObjCThrowStmt() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4850 SMLoc endLoc; in parseSEHRegisterNumber() local
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4154 CXSourceLocation startLoc, endLoc; in perform_token_annotation() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1296 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, SourceLocation endLoc) in DeclStmt()