Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp178 FullSourceLoc FullSourceLoc::getFileLoc() const { in getFileLoc() function in FullSourceLoc
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h199 SourceLocation getFileLoc() const { return FileLoc; } in getFileLoc() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1200 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function