Home
last modified time | relevance | path

Searched refs:getASTFileName (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h498 StringRef getASTFileName() const;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1470 StringRef ASTUnit::getASTFileName() const { in getASTFileName() function in ASTUnit
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp9362 LogOS << " (" << Unit->getASTFileName() << ')'; in operator <<()