HomeSort by relevance Sort by last modified time
    Searched defs:startLoc (Results 1 - 5 of 5) 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/tools/c-index-test/
c-index-test.c     [all...]
  /external/clang/lib/Rewrite/
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...]
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...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 3262 milliseconds