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

  /external/clang/lib/Lex/
PPLexerChange.cpp 126 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc());
128 Callbacks->FileChanged(CurLexer->getFileLoc(),
363 if (CurLexer->getFileLoc() == CodeCompletionFileLoc)
PreprocessingRecord.cpp 76 if (SM.isInFileID(SM.getFileLoc(Loc), FID))
PPDirectives.cpp 274 if (CurLexer->getFileLoc() != CodeCompletionFileLoc)
    [all...]
  /external/clang/tools/libclang/
CXSourceLocation.cpp 313 SourceLocation SpellLoc = SM.getFileLoc(Loc);
350 SourceLocation FileLoc = SM.getFileLoc(Loc);
IndexingContext.cpp 715 SourceLocation FileLoc = SM.getFileLoc(Loc);
795 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc));
891 Loc = SM.getFileLoc(Loc);
    [all...]
CIndex.cpp 215 FID = SM.getFileID(SM.getFileLoc(R.getBegin()));
216 if (FID != SM.getFileID(SM.getFileLoc(R.getEnd())))
234 Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())),
235 End = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getEnd()));
    [all...]
  /external/clang/include/clang/Lex/
Lexer.h 124 /// getFileLoc - Return the File Location for the file we are lexing out of.
128 SourceLocation getFileLoc() const { return FileLoc; }
  /external/clang/include/clang/Basic/
SourceLocation.h 116 static SourceLocation getFileLoc(unsigned ID) {
SourceManager.h     [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 157 Loc = SM->getFileLoc(Loc);
ASTUnit.cpp     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 208 milliseconds