Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h272 getOrCreateInstanceMethodType(QualType ThisPtr, const FunctionProtoType *Func,
H A DCGDebugInfo.cpp2114 return getOrCreateInstanceMethodType(ThisType, Func, Unit); in getOrCreateMethodType()
2121 return getOrCreateInstanceMethodType(Method->getThisType(), Func, Unit, true); in getOrCreateMethodTypeForDestructor()
2125 CGDebugInfo::getOrCreateInstanceMethodType(QualType ThisPtr, in getOrCreateInstanceMethodType() function in CGDebugInfo
3674 getOrCreateInstanceMethodType( in CreateType()