Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1168 bool Decl::isInNamedModule() const { in isInNamedModule() function in Decl
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2387 bool isInNamedModule() const { return ModuleDeclState.isNamedModule(); } in isInNamedModule() function