Home
last modified time | relevance | path

Searched defs:getFileLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceLocation.cpp156 FullSourceLoc FullSourceLoc::getFileLoc() const { in getFileLoc() function in FullSourceLoc
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h175 SourceLocation getFileLoc() const { return FileLoc; } in getFileLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h117 static SourceLocation getFileLoc(unsigned ID) { in getFileLoc() function
H A DSourceManager.h1127 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function