Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Modules/Inputs/lookup-assert/
H A DDerive.h2 @interface DerivedInterface : BaseInterface
H A DBase.h1 @interface BaseInterface
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.yaml270 # MEMBER_RECORD_ALIAS(LF_BINTERFACE, 0x151a, BaseInterface, BaseClass)
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h277 BaseInterface, enumerator
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def62 MEMBER_RECORD_ALIAS(LF_BINTERFACE, 0x151a, BaseInterface, BaseClass)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp273 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, BaseInterface, OS) in operator <<()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp165 return PDB_SymType::BaseInterface; in CVTypeToPDBType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp5497 ObjCInterfaceDecl *BaseInterface = LHSObjTy->getInterface(); in EvaluateBinaryTypeTrait() local
5499 if (!BaseInterface || !DerivedInterface) in EvaluateBinaryTypeTrait()
5506 return BaseInterface->isSuperClassOf(DerivedInterface); in EvaluateBinaryTypeTrait()