Home
last modified time | relevance | path

Searched refs:typeInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td491 def : Property<"typeInfo", QualType> {
540 TypeInfoLValue(typeInfo->getTypePtr()), *type);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp804 std::string typeInfo = ("_ZTI" + TypeID).str(); in typeIDVisibleToRegularObj() local
805 return IsVisibleToRegularObj(typeInfo); in typeIDVisibleToRegularObj()