Home
last modified time | relevance | path

Searched refs:isLoadedFileID (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1730 bool isLoadedFileID(FileID FID) const { in isLoadedFileID() function
1737 return !isLoadedFileID(FID); in isLocalFileID()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp744 if (FE && CurrentPreprocessor && SrcManager->isLoadedFileID(FID)) { in HandleDiagnostic()
H A DASTUnit.cpp2434 if (SourceMgr->isLoadedFileID(File)) { in findFileRegionDecls()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp539 if (!SourceMgr.isLoadedFileID(MainFileID)) { in EnterMainSourceFile()