Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h93 bool isDefinedInClangModule() const { return DefinedInClangModule; } in isDefinedInClangModule() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWARFLinker/Classic/
DDWARFLinkerDeclContext.h104 bool isDefinedInClangModule() const { return DefinedInClangModule; } in isDefinedInClangModule() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h102 bool isDefinedInClangModule() const { return DefinedInClangModule; } in isDefinedInClangModule() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h102 bool isDefinedInClangModule() const { return DefinedInClangModule; } in isDefinedInClangModule() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DWARFLinker/Classic/
DDWARFLinkerDeclContext.h104 bool isDefinedInClangModule() const { return DefinedInClangModule; } in isDefinedInClangModule() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWARFLinker/Classic/
DDWARFLinkerDeclContext.h104 bool isDefinedInClangModule() const { return DefinedInClangModule; } in isDefinedInClangModule() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1640 static bool isDefinedInClangModule(const RecordDecl *RD) { in isDefinedInClangModule() function
1659 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition()