Searched defs:getFileLoc (Results 1 - 3 of 3) sorted by relevance

/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

Completed in 102 milliseconds