Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DCodeRegion.h69 llvm::SMLoc endLoc() const { return RangeEnd; } in endLoc() function
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp306 CXSourceLocation endLoc = makeLocation(End); in readRange() local
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DCOFFAsmParser.cpp439 SMLoc endLoc; in ParseSEHRegisterNumber() local
/external/clang/lib/Parse/
DParseDeclCXX.cpp3759 SourceLocation *endLoc) { in ParseCXX11AttributeSpecifier()
3866 SourceLocation *endLoc) { in ParseCXX11Attributes()
3926 SourceLocation *endLoc) { in ParseMicrosoftAttributes()
DParseDecl.cpp125 SourceLocation *endLoc, in ParseGNUAttributes()
861 SourceLocation *endLoc, in ParseAvailabilityAttribute()
1074 SourceLocation *endLoc, in ParseObjCBridgeRelatedAttribute()
1226 SourceLocation endLoc; in ParseLexedAttribute() local
DParseObjc.cpp1849 SourceLocation &endLoc) { in parseObjCTypeArgsAndProtocolQualifiers()
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp754 SMLoc endLoc; in ParseSEHRegisterNumber() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp824 SMLoc endLoc; in ParseSEHRegisterNumber() local
/external/clang/include/clang/Parse/
DParser.h2137 SourceLocation endLoc; variable
2165 SourceLocation endLoc; in MaybeParseCXX11Attributes() local
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h244 inline std::pair<unsigned, unsigned> endLoc() const { in endLoc() function
/external/clang/lib/ARCMigrate/
DTransformActions.cpp69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h269 inline LineColPair endLoc() const { return LineColPair(LineEnd, ColumnEnd); } in endLoc() function
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp131 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp151 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp981 SourceLocation endLoc = in ActOnPropertyImplDecl() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1656 SourceLocation endLoc = S->getSynchBody()->getLocStart(); in RewriteObjCSynchronizedStmt() local
1910 SourceLocation endLoc = body->getLocEnd(); in RewriteObjCTryStmt() local
DRewriteModernObjC.cpp2051 SourceLocation endLoc = S->getLocEnd(); in RewriteObjCThrowStmt() local
/external/clang/lib/AST/
DDeclObjC.cpp751 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create()
/external/clang/include/clang/AST/
DStmt.h449 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg), in DeclStmt()
/external/clang/tools/c-index-test/
Dc-index-test.c3589 CXSourceLocation startLoc, endLoc; in perform_token_annotation() local