Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h265 bool importedModule() const { return ImportedModule; } in importedModule() function
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp767 return IndexCtx.importedModule(D); in VisitImportDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2802 Record.push_back(ID->importedModule()); in WritePreprocessorDetail()