Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h731 Module *getLocalOwningModule() const { in getLocalOwningModule() function
753 return isFromASTFile() ? getImportedOwningModule() : getLocalOwningModule(); in getOwningModule()