Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h850 bool isMainFile(const FileEntry &SourceFile);
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp354 bool SourceManager::isMainFile(const FileEntry &SourceFile) { in isMainFile() function in SourceManager
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2158 SourceMgr.isMainFile(File->getFileEntry())) { in HandleHeaderIncludeOrImport()