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.h115 static SourceLocation getFileLoc(unsigned ID) { function in class:clang::SourceLocation
H A DSourceManager.h935 return SourceLocation::getFileLoc(FileOffset);
947 return SourceLocation::getFileLoc(FileOffset + getFileIDSize(FID) - 1);
973 SourceLocation getFileLoc(SourceLocation Loc) const { function in class:clang::SourceManager

Completed in 784 milliseconds