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 127 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc());
129 Callbacks->FileChanged(CurLexer->getFileLoc(),
418 if (CurLexer->getFileLoc() == CodeCompletionFileLoc)
PreprocessingRecord.cpp 76 if (SM.isInFileID(SM.getFileLoc(Loc), FID))
PPDirectives.cpp 281 if (CurLexer->getFileLoc() != CodeCompletionFileLoc)
    [all...]
  /external/clang/tools/libclang/
CXSourceLocation.cpp 336 SourceLocation SpellLoc = SM.getFileLoc(Loc);
373 SourceLocation FileLoc = SM.getFileLoc(Loc);
IndexingContext.cpp 716 SourceLocation FileLoc = SM.getFileLoc(Loc);
796 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc));
892 Loc = SM.getFileLoc(Loc);
    [all...]
CIndex.cpp 234 FID = SM.getFileID(SM.getFileLoc(R.getBegin()));
235 if (FID != SM.getFileID(SM.getFileLoc(R.getEnd())))
253 Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())),
254 End = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getEnd()));
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 116 static SourceLocation getFileLoc(unsigned ID) {
SourceManager.h     [all...]
  /external/clang/include/clang/Lex/
Lexer.h 130 /// getFileLoc - Return the File Location for the file we are lexing out of.
134 SourceLocation getFileLoc() const { return FileLoc; }
  /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 235 milliseconds