Home
last modified time | relevance | path

Searched defs:getClassType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h187 TypeIndex getClassType() const { return ClassType; } in getClassType() function
226 TypeIndex getClassType() const { return ClassType; } in getClassType() function
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2446 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), SynthGetClassFunctionDecl() local
2461 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), SynthGetSuperClassFunctionDecl() local
2476 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), SynthGetMetaClassFunctionDecl() local
H A DRewriteModernObjC.cpp2519 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), SynthGetClassFunctionDecl() local
2534 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), SynthGetSuperClassFunctionDecl() local
2549 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), SynthGetMetaClassFunctionDecl() local
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp705 DIType *DIDerivedType::getClassType() const { getClassType() function in DIDerivedType