Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp306 CXSourceLocation endLoc = makeLocation(End); in readRange() local
/external/clang/lib/Parse/
DParseDeclCXX.cpp3729 SourceLocation *endLoc) { in ParseCXX11AttributeSpecifier()
3809 SourceLocation *endLoc) { in ParseCXX11Attributes()
3869 SourceLocation *endLoc) { in ParseMicrosoftAttributes()
DParseDecl.cpp124 SourceLocation *endLoc, in ParseGNUAttributes()
855 SourceLocation *endLoc, in ParseAvailabilityAttribute()
1043 SourceLocation *endLoc, in ParseObjCBridgeRelatedAttribute()
1195 SourceLocation endLoc; in ParseLexedAttribute() local
DParseObjc.cpp1824 SourceLocation &endLoc) { in parseObjCTypeArgsAndProtocolQualifiers()
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp754 SMLoc endLoc; in ParseSEHRegisterNumber() local
/external/llvm/include/llvm/ProfileData/
DCoverageMapping.h202 inline std::pair<unsigned, unsigned> endLoc() const { in endLoc() function
/external/clang/include/clang/Parse/
DParser.h2098 SourceLocation endLoc; variable
2126 SourceLocation endLoc; in MaybeParseCXX11Attributes() local
/external/clang/lib/ARCMigrate/
DTransformActions.cpp69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp131 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp966 SourceLocation endLoc = in ActOnPropertyImplDecl() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1655 SourceLocation endLoc = S->getSynchBody()->getLocStart(); in RewriteObjCSynchronizedStmt() local
1914 SourceLocation endLoc = body->getLocEnd(); in RewriteObjCTryStmt() local
DRewriteModernObjC.cpp2078 SourceLocation endLoc = S->getLocEnd(); in RewriteObjCThrowStmt() local
/external/clang/lib/AST/
DDeclObjC.cpp723 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create()
/external/clang/tools/c-index-test/
Dc-index-test.c3436 CXSourceLocation startLoc, endLoc; in perform_token_annotation() local
/external/clang/include/clang/AST/
DStmt.h437 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg), in DeclStmt()