HomeSort by relevance Sort by last modified time
    Searched defs:BLoc (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Edit/
EditedSource.cpp 378 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID());
379 BLoc = BLoc.getLocWithOffset(BeginOffs.getOffset());
380 assert(BLoc.isFileID());
382 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset());
383 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc),
  /external/clang/lib/Analysis/
LiveVariables.cpp 591 SourceLocation BLoc = B->getLocStart();
592 return ALoc.getRawEncoding() < BLoc.getRawEncoding();
  /external/clang/tools/libclang/
CIndex.cpp 5719 CXSourceLocation bloc = clang_getTokenLocation(TU, Tokens[0]); local
    [all...]

Completed in 291 milliseconds