Home
last modified time | relevance | path

Searched refs:hasOwningModule (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h730 if (!isFromASTFile() || !hasOwningModule()) in getImportedOwningModule()
739 if (isFromASTFile() || !hasOwningModule()) in getLocalOwningModule()
747 assert(!isFromASTFile() && hasOwningModule() && in setLocalOwningModule()
754 bool hasOwningModule() const { in hasOwningModule() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp313 if (hasOwningModule()) in setLexicalDeclContext()