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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp126 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc());
128 Callbacks->FileChanged(CurLexer->getFileLoc(),
392 if (CurLexer->getFileLoc() == CodeCompletionFileLoc)
H A DPreprocessingRecord.cpp76 if (SM.isInFileID(SM.getFileLoc(Loc), FID))
H A DPPDirectives.cpp274 if (CurLexer->getFileLoc() != CodeCompletionFileLoc)
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h116 static SourceLocation getFileLoc(unsigned ID) { function
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
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h130 /// getFileLoc - Return the File Location for the file we are lexing out of.
134 SourceLocation getFileLoc() const { return FileLoc; } function in class:clang::Lexer
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp157 Loc = SM->getFileLoc(Loc);
H A DASTUnit.cpp2676 SourceLocation FileLoc = SM.getFileLoc(Loc);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1775 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset());
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4385 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID))
5645 return Reader.getSourceManager().getFileLoc(
H A DASTWriter.cpp4647 SourceLocation FileLoc = SM.getFileLoc(Loc);

Completed in 284 milliseconds