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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h95 bool importedModule(const ImportDecl *ImportD);
H A DIndexingContext.cpp106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { function in class:IndexingContext
H A DIndexDecl.cpp718 return IndexCtx.importedModule(D);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h265 bool importedModule() const { return ImportedModule; } function in class:clang::InclusionDirective
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2361 Record.push_back(ID->importedModule());

Completed in 209 milliseconds