Home
last modified time | relevance | path

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

/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2446 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), in SynthGetClassFunctionDecl() local
2461 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl() local
2476 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), in SynthGetMetaClassFunctionDecl() local
H A DRewriteModernObjC.cpp2520 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), SynthGetClassFunctionDecl() local
2535 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), SynthGetSuperClassFunctionDecl() local
2550 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), SynthGetMetaClassFunctionDecl() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp701 DIType *DIDerivedType::getClassType() const { getClassType() function in DIDerivedType