Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h93 bool importedModule(const ImportDecl *ImportD);
H A DIndexingContext.cpp104 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule() function in IndexingContext
H A DIndexDecl.cpp767 return IndexCtx.importedModule(D); in VisitStaticAssertDecl()
/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/Serialization/
H A DASTWriter.cpp2802 Record.push_back(ID->importedModule()); in WriteSubmodules()