Home
last modified time | relevance | path

Searched defs:importedModule (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessingRecord.h265 bool importedModule() const { return ImportedModule; } in importedModule() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDIndexingContext.cpp106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule() function in IndexingContext