Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDSourceLocation.cpp155 FullSourceLoc FullSourceLoc::getFileLoc() const { in getFileLoc() function in FullSourceLoc
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLexer.h174 SourceLocation getFileLoc() const { return FileLoc; } in getFileLoc() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSourceLocation.h115 static SourceLocation getFileLoc(unsigned ID) { in getFileLoc() function
HDSourceManager.h1169 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function