Searched defs:endLoc (Results 1 – 15 of 15) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_base.cpp | 122 void SubGraph::CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int … in CopyFastArcs()
|
D | sub_grph.cpp | 172 int ii, finalId, endLoc, blockCount; in CloseScope() local
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 3308 SourceLocation *endLoc) { in ParseCXX11AttributeSpecifier() 3388 SourceLocation *endLoc) { in ParseCXX11Attributes() 3448 SourceLocation *endLoc) { in ParseMicrosoftAttributes()
|
D | ParseDecl.cpp | 123 SourceLocation *endLoc, in ParseGNUAttributes() 766 SourceLocation *endLoc) { in ParseAvailabilityAttribute() 927 SourceLocation *endLoc) { in ParseObjCBridgeRelatedAttribute() 1072 SourceLocation endLoc; in ParseLexedAttribute() local
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 877 SourceLocation endLoc = in ActOnPropertyImplDecl() local 1812 SourceLocation endLoc = in AtomicPropertySetterGetterRules() local 1822 SourceLocation endLoc = Property->getLParenLoc(); in AtomicPropertySetterGetterRules() local
|
/external/clang/tools/libclang/ |
D | CXLoadedDiagnostic.cpp | 531 CXSourceLocation endLoc = makeLocation(End); in readRange() local
|
/external/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 734 SMLoc endLoc; in ParseSEHRegisterNumber() local
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 2035 SourceLocation endLoc; variable 2063 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 | 118 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 640 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 1664 SourceLocation endLoc = S->getSynchBody()->getLocStart(); in RewriteObjCSynchronizedStmt() local 1923 SourceLocation endLoc = body->getLocEnd(); in RewriteObjCTryStmt() local
|
D | RewriteModernObjC.cpp | 2090 SourceLocation endLoc = S->getLocEnd(); in RewriteObjCThrowStmt() local
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 3309 CXSourceLocation startLoc, endLoc; in perform_token_annotation() local
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 449 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg), in DeclStmt()
|