Searched refs:getFileLoc (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/Lex/
H A DPPLexerChange.cpp126 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc());
128 Callbacks->FileChanged(CurLexer->getFileLoc(),
363 if (CurLexer->getFileLoc() == CodeCompletionFileLoc)
H A DPreprocessingRecord.cpp76 if (SM.isInFileID(SM.getFileLoc(Loc), FID))
H A DPPDirectives.cpp274 if (CurLexer->getFileLoc() != CodeCompletionFileLoc)
/external/clang/tools/libclang/
H A DCXSourceLocation.cpp313 SourceLocation SpellLoc = SM.getFileLoc(Loc);
350 SourceLocation FileLoc = SM.getFileLoc(Loc);
H A DIndexingContext.cpp715 SourceLocation FileLoc = SM.getFileLoc(Loc);
795 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc));
891 Loc = SM.getFileLoc(Loc);
H A DCIndex.cpp215 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()));
/external/clang/include/clang/Lex/
H A DLexer.h124 /// getFileLoc - Return the File Location for the file we are lexing out of.
128 SourceLocation getFileLoc() const { return FileLoc; } function in class:clang::Lexer
/external/clang/include/clang/Basic/
H A DSourceLocation.h116 static SourceLocation getFileLoc(unsigned ID) { function in class:clang::SourceLocation
H A DSourceManager.h996 return SourceLocation::getFileLoc(FileOffset);
1008 return SourceLocation::getFileLoc(FileOffset + getFileIDSize(FID));
1049 SourceLocation getFileLoc(SourceLocation Loc) const { function in class:clang::SourceManager
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp157 Loc = SM->getFileLoc(Loc);
H A DASTUnit.cpp2668 SourceLocation FileLoc = SM.getFileLoc(Loc);
/external/clang/lib/Basic/
H A DSourceManager.cpp1741 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset());
/external/clang/lib/Serialization/
H A DASTReader.cpp4382 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID))
5629 return Reader.getSourceManager().getFileLoc(
H A DASTWriter.cpp4622 SourceLocation FileLoc = SM.getFileLoc(Loc);

Completed in 323 milliseconds