Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h277 BaseInterface, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def62 MEMBER_RECORD_ALIAS(LF_BINTERFACE, 0x151a, BaseInterface, BaseClass)
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp279 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, BaseInterface, OS) in operator <<()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp291 return PDB_SymType::BaseInterface; in CVTypeToPDBType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5993 ObjCInterfaceDecl *BaseInterface = LHSObjTy->getInterface(); in EvaluateBinaryTypeTrait() local
5995 if (!BaseInterface || !DerivedInterface) in EvaluateBinaryTypeTrait()
6003 return BaseInterface->isSuperClassOf(DerivedInterface); in EvaluateBinaryTypeTrait()