Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h779 if (!isFromASTFile() || !hasOwningModule()) in getImportedOwningModule()
788 if (isFromASTFile() || !hasOwningModule()) in getLocalOwningModule()
796 assert(!isFromASTFile() && hasOwningModule() && in setLocalOwningModule()
803 bool hasOwningModule() const { in hasOwningModule() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp354 if (hasOwningModule()) in setLexicalDeclContext()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp3902 if (!E->hasOwningModule() || in ArgumentDependentLookup()
H A DSemaDecl.cpp9992 NewFD->hasOwningModule() && in ActOnFunctionDeclarator()