Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclBase.h744 if (!isFromASTFile() || !hasOwningModule()) in getImportedOwningModule()
753 if (isFromASTFile() || !hasOwningModule()) in getLocalOwningModule()
761 assert(!isFromASTFile() && hasOwningModule() && in setLocalOwningModule()
768 bool hasOwningModule() const { in hasOwningModule() function
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp345 if (hasOwningModule()) in setLexicalDeclContext()