Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dsub_base.cpp122 void SubGraph::CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int … in CopyFastArcs()
Dsub_grph.cpp172 int ii, finalId, endLoc, blockCount; in CloseScope() local
/external/clang/lib/Parse/
DParseDeclCXX.cpp3308 SourceLocation *endLoc) { in ParseCXX11AttributeSpecifier()
3388 SourceLocation *endLoc) { in ParseCXX11Attributes()
3448 SourceLocation *endLoc) { in ParseMicrosoftAttributes()
DParseDecl.cpp123 SourceLocation *endLoc, in ParseGNUAttributes()
766 SourceLocation *endLoc) { in ParseAvailabilityAttribute()
927 SourceLocation *endLoc) { in ParseObjCBridgeRelatedAttribute()
1072 SourceLocation endLoc; in ParseLexedAttribute() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp877 SourceLocation endLoc = in ActOnPropertyImplDecl() local
1812 SourceLocation endLoc = in AtomicPropertySetterGetterRules() local
1822 SourceLocation endLoc = Property->getLParenLoc(); in AtomicPropertySetterGetterRules() local
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp531 CXSourceLocation endLoc = makeLocation(End); in readRange() local
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp734 SMLoc endLoc; in ParseSEHRegisterNumber() local
/external/clang/include/clang/Parse/
DParser.h2035 SourceLocation endLoc; variable
2063 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.cpp118 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand()
/external/clang/lib/AST/
DDeclObjC.cpp640 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp1664 SourceLocation endLoc = S->getSynchBody()->getLocStart(); in RewriteObjCSynchronizedStmt() local
1923 SourceLocation endLoc = body->getLocEnd(); in RewriteObjCTryStmt() local
DRewriteModernObjC.cpp2090 SourceLocation endLoc = S->getLocEnd(); in RewriteObjCThrowStmt() local
/external/clang/tools/c-index-test/
Dc-index-test.c3309 CXSourceLocation startLoc, endLoc; in perform_token_annotation() local
/external/clang/include/clang/AST/
DStmt.h449 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg), in DeclStmt()