Home
last modified time | relevance | path

Searched defs:startLoc (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp273 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSetFrame() local
290 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveAllocStack() local
314 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveReg() local
341 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveXMM() local
361 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectivePushFrame() local
388 SMLoc startLoc = getLexer().getLoc(); in ParseAtUnwindOrAtExcept() local
402 SMLoc startLoc = getLexer().getLoc(); in ParseSEHRegisterNumber() local
/external/clang/lib/Rewrite/
DRewriteObjC.cpp773 SourceLocation startLoc = PID->getLocStart(); in RewritePropertyImplDecl() local
891 SourceLocation startLoc = ClassDecl->getLocation(); in RewriteForwardClassDecl() local
1547 SourceLocation startLoc = S->getLocStart(); in RewriteBreakStmt() local
1564 SourceLocation startLoc = S->getLocStart(); in RewriteContinueStmt() local
1612 SourceLocation startLoc = S->getLocStart(); in RewriteObjCForCollectionStmt() local
1776 SourceLocation startLoc = S->getLocStart(); in RewriteObjCSynchronizedStmt() local
1873 SourceLocation startLoc = S->getLocStart(); in RewriteTryReturnStmts() local
1896 SourceLocation startLoc = S->getLocStart(); in RewriteSyncReturnStmts() local
1916 SourceLocation startLoc = S->getLocStart(); in RewriteObjCTryStmt() local
2041 SourceLocation startLoc = body->getLocStart(); in RewriteObjCTryStmt() local
[all …]
/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.cpp322 void SubGraph::UpdateVertexCount (int startLoc) in UpdateVertexCount()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c1581 uint64_t startLoc, in decodeInstruction()
/external/clang/lib/AST/
DExprCXX.cpp55 SourceLocation startLoc, SourceLocation endLoc, in CXXNewExpr()
/external/clang/tools/c-index-test/
Dc-index-test.c1305 CXSourceLocation startLoc, endLoc; in perform_token_annotation() local
/external/clang/include/clang/AST/
DStmt.h355 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, in DeclStmt()