Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h265 bool importedModule() const { return ImportedModule; } in importedModule() function
/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp104 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule() function in IndexingContext
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp484 void CXIndexDataConsumer::importedModule(const ImportDecl *ImportD) { in importedModule() function in CXIndexDataConsumer