HomeSort by relevance Sort by last modified time
    Searched refs:startLoc (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 324 SMLoc startLoc = getLexer().getLoc();
329 return Error(startLoc, "offset is not a multiple of 16");
341 SMLoc startLoc = getLexer().getLoc();
346 return Error(startLoc, "size is not a multiple of 8");
365 SMLoc startLoc = getLexer().getLoc();
370 return Error(startLoc, "size is not a multiple of 8");
392 SMLoc startLoc = getLexer().getLoc();
400 return Error(startLoc, "offset is not a multiple of 16");
412 SMLoc startLoc = getLexer().getLoc();
416 return Error(startLoc, "expected @code")
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 356 SourceLocation StartLoc=SourceLocation(),
360 SourceLocation StartLoc=SourceLocation(),
678 SourceLocation StartLoc = IFace->getLocStart();
682 StartLoc == (*DI)->getLocStart())
697 SourceLocation StartLoc = Proto->getLocStart();
701 StartLoc == (*DI)->getLocStart())
767 SourceLocation startLoc = PID->getLocStart();
768 InsertText(startLoc, "// ");
769 const char *startBuf = SM->getCharacterData(startLoc);
774 startLoc.getLocWithOffset(semiBuf-startBuf+1)
    [all...]
RewriteModernObjC.cpp 361 SourceLocation StartLoc=SourceLocation(),
365 SourceLocation StartLoc=SourceLocation(),
690 SourceLocation StartLoc = IFace->getLocStart();
694 StartLoc == (*DI)->getLocStart())
715 SourceLocation StartLoc = Proto->getLocStart();
719 StartLoc == (*DI)->getLocStart())
785 SourceLocation startLoc = PID->getLocStart();
786 InsertText(startLoc, "// ");
787 const char *startBuf = SM->getCharacterData(startLoc);
792 startLoc.getLocWithOffset(semiBuf-startBuf+1)
    [all...]
  /external/srec/tools/grxmlcompile/
sub_base.cpp 122 void SubGraph::CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId, int tailId, int newTailId)
126 for (int ii= startLoc; ii < endLoc; ii++) {
sub_grph.h 153 void CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId, int tailId, int newTailId);
223 void UpdateVertexCount (int startLoc);
sub_grph.cpp 322 void SubGraph::UpdateVertexCount (int startLoc)
327 for (int ii= startLoc; ii < numArc; ii++) {
336 if (startLoc <= 0) // i.e. a fresh start
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 535 CXSourceLocation startLoc = makeLocation(Start);
537 SR = clang_getRange(startLoc, endLoc);
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c     [all...]
X86DisassemblerDecoder.h 551 * @param startLoc - The address (in the reader's address space) of the first
562 uint64_t startLoc,
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/clang/include/clang/AST/
Stmt.h 452 SourceLocation StartLoc, EndLoc;
455 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
457 StartLoc(startLoc), EndLoc(endLoc) {}
475 SourceLocation getStartLoc() const { return StartLoc; }
476 void setStartLoc(SourceLocation L) { StartLoc = L; }
481 return SourceRange(StartLoc, EndLoc);
    [all...]
ExprCXX.h     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 55 SourceLocation startLoc, SourceRange directInitRange)
62 StartLoc(startLoc), DirectInitRange(directInitRange),
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 5422 milliseconds