Home
last modified time | relevance | path

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

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