Searched defs:endLoc (Results 1 – 15 of 15) sorted by relevance
/external/clang/tools/libclang/ |
D | CXLoadedDiagnostic.cpp | 306 CXSourceLocation endLoc = makeLocation(End); in readRange() local
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 3729 SourceLocation *endLoc) { in ParseCXX11AttributeSpecifier() 3809 SourceLocation *endLoc) { in ParseCXX11Attributes() 3869 SourceLocation *endLoc) { in ParseMicrosoftAttributes()
|
D | ParseDecl.cpp | 124 SourceLocation *endLoc, in ParseGNUAttributes() 855 SourceLocation *endLoc, in ParseAvailabilityAttribute() 1043 SourceLocation *endLoc, in ParseObjCBridgeRelatedAttribute() 1195 SourceLocation endLoc; in ParseLexedAttribute() local
|
D | ParseObjc.cpp | 1824 SourceLocation &endLoc) { in parseObjCTypeArgsAndProtocolQualifiers()
|
/external/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 754 SMLoc endLoc; in ParseSEHRegisterNumber() local
|
/external/llvm/include/llvm/ProfileData/ |
D | CoverageMapping.h | 202 inline std::pair<unsigned, unsigned> endLoc() const { in endLoc() function
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 2098 SourceLocation endLoc; variable 2126 SourceLocation endLoc; in MaybeParseCXX11Attributes() local
|
/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 131 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 966 SourceLocation endLoc = in ActOnPropertyImplDecl() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 1655 SourceLocation endLoc = S->getSynchBody()->getLocStart(); in RewriteObjCSynchronizedStmt() local 1914 SourceLocation endLoc = body->getLocEnd(); in RewriteObjCTryStmt() local
|
D | RewriteModernObjC.cpp | 2078 SourceLocation endLoc = S->getLocEnd(); in RewriteObjCThrowStmt() local
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 723 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 3436 CXSourceLocation startLoc, endLoc; in perform_token_annotation() local
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 437 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg), in DeclStmt()
|