Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h707 unsigned getOwningModuleID() const { in getOwningModuleID() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp116 return getASTContext().getExternalSource()->getModule(getOwningModuleID()); in getOwningModuleSlow()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2843 auto Idx = D->getOwningModuleID(); in getParentModuleOrNull()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp3541 if (Redecl->getOwningModuleID() == 0) in getDeclForLocalLookup()