Home
last modified time | relevance | path

Searched refs:importedModule (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDIndexingContext.h93 bool importedModule(const ImportDecl *ImportD);
HDIndexingContext.cpp104 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule() function in IndexingContext
HDIndexDecl.cpp767 return IndexCtx.importedModule(D); in VisitImportDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessingRecord.h265 bool importedModule() const { return ImportedModule; } in importedModule() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp2802 Record.push_back(ID->importedModule()); in WritePreprocessorDetail()