HomeSort by relevance Sort by last modified time
    Searched defs:startLoc (Results 1 - 6 of 6) 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/Frontend/
RewriteModernObjC.cpp 368 SourceLocation StartLoc=SourceLocation(),
379 SourceLocation StartLoc=SourceLocation(),
704 SourceLocation StartLoc = IFace->getLocStart();
708 StartLoc == (*DI)->getLocStart())
729 SourceLocation StartLoc = Proto->getLocStart();
733 StartLoc == (*DI)->getLocStart())
    [all...]
RewriteObjC.cpp 356 SourceLocation StartLoc=SourceLocation(),
365 SourceLocation StartLoc=SourceLocation(),
683 SourceLocation StartLoc = IFace->getLocStart();
687 StartLoc == (*DI)->getLocStart())
702 SourceLocation StartLoc = Proto->getLocStart();
706 StartLoc == (*DI)->getLocStart())
772 SourceLocation startLoc = PID->getLocStart();
773 InsertText(startLoc, "// ");
774 const char *startBuf = SM->getCharacterData(startLoc);
779 startLoc.getLocWithOffset(semiBuf-startBuf+1)
    [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 94 milliseconds