Home
last modified time | relevance | path

Searched refs:startLoc (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp273 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSetFrame() local
278 return Error(startLoc, "offset is not a multiple of 16"); in ParseSEHDirectiveSetFrame()
290 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveAllocStack() local
295 return Error(startLoc, "size is not a multiple of 8"); in ParseSEHDirectiveAllocStack()
314 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveReg() local
319 return Error(startLoc, "size is not a multiple of 8"); in ParseSEHDirectiveSaveReg()
341 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveXMM() local
349 return Error(startLoc, "offset is not a multiple of 16"); in ParseSEHDirectiveSaveXMM()
361 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectivePushFrame() local
365 return Error(startLoc, "expected @code"); in ParseSEHDirectivePushFrame()
[all …]
/external/clang/lib/Rewrite/
DRewriteObjC.cpp773 SourceLocation startLoc = PID->getLocStart(); in RewritePropertyImplDecl() local
774 InsertText(startLoc, "// "); in RewritePropertyImplDecl()
775 const char *startBuf = SM->getCharacterData(startLoc); in RewritePropertyImplDecl()
780 startLoc.getFileLocWithOffset(semiBuf-startBuf+1); in RewritePropertyImplDecl()
891 SourceLocation startLoc = ClassDecl->getLocation(); in RewriteForwardClassDecl() local
892 const char *startBuf = SM->getCharacterData(startLoc); in RewriteForwardClassDecl()
925 ReplaceText(startLoc, semiPtr-startBuf+1, typedefString); in RewriteForwardClassDecl()
1547 SourceLocation startLoc = S->getLocStart(); in RewriteBreakStmt() local
1550 ReplaceText(startLoc, strlen("break"), buf); in RewriteBreakStmt()
1564 SourceLocation startLoc = S->getLocStart(); in RewriteContinueStmt() local
[all …]
/external/srec/tools/grxmlcompile/
Dsub_grph.h153 …void CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId…
223 void UpdateVertexCount (int startLoc);
Dsub_base.cpp122 void SubGraph::CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int … in CopyFastArcs() argument
126 for (int ii= startLoc; ii < endLoc; ii++) { in CopyFastArcs()
Dsub_grph.cpp322 void SubGraph::UpdateVertexCount (int startLoc) in UpdateVertexCount() argument
327 for (int ii= startLoc; ii < numArc; ii++) { in UpdateVertexCount()
336 if (startLoc <= 0) // i.e. a fresh start in UpdateVertexCount()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c1581 uint64_t startLoc, in decodeInstruction() argument
1589 insn->startLocation = startLoc; in decodeInstruction()
1590 insn->readerCursor = startLoc; in decodeInstruction()
1604 startLoc, insn->readerCursor, insn->length); in decodeInstruction()
DX86DisassemblerDecoder.h557 uint64_t startLoc,
/external/clang/tools/c-index-test/
Dc-index-test.c1305 CXSourceLocation startLoc, endLoc; in perform_token_annotation() local
1341 startLoc = clang_getLocation(TU, file, line, column); in perform_token_annotation()
1342 if (clang_equalLocations(clang_getNullLocation(), startLoc)) { in perform_token_annotation()
1357 range = clang_getRange(startLoc, endLoc); in perform_token_annotation()
/external/clang/lib/AST/
DExprCXX.cpp55 SourceLocation startLoc, SourceLocation endLoc, in CXXNewExpr() argument
67 StartLoc(startLoc), EndLoc(endLoc), ConstructorLParen(constructorLParen), in CXXNewExpr()
/external/clang/include/clang/AST/
DStmt.h355 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, in DeclStmt() argument
357 StartLoc(startLoc), EndLoc(endLoc) {} in DeclStmt()
DExprCXX.h1091 SourceLocation startLoc, SourceLocation endLoc,