Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h265 bool importedModule() const { return ImportedModule; } in importedModule() function
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp104 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule() function in IndexingContext