Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp121 unsigned Decl::getOwningModuleID() const { in getOwningModuleID() function in Decl
138 return getASTContext().getExternalSource()->getModule(getOwningModuleID()); in getOwningModuleSlow()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1279 OptionalClangModuleID from_id(from->getOwningModuleID()); in Imported()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h794 unsigned getOwningModuleID() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3709 auto Idx = D->getOwningModuleID(); in getParentModuleOrNull()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3717 if (Redecl->getOwningModuleID() == 0) in getDeclForLocalLookup()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp347 OptionalClangModuleID id(parent->getOwningModuleID()); in SetMemberOwningModule()