Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1608 QualType baseType = objType->getBaseType().stripObjCKindOfType(Ctx); in VisitObjCObjectType()
1668 QualType QualType::stripObjCKindOfType(const ASTContext &constCtx) const { in stripObjCKindOfType() function in QualType
H A DMicrosoftMangle.cpp2223 .stripObjCKindOfType(getASTContext()) in mangleObjCKindOfType()
H A DASTContext.cpp11037 !ctx.hasSameType(lhsArgs[i].stripObjCKindOfType(ctx), in sameObjCTypeArgs()
11038 rhsArgs[i].stripObjCKindOfType(ctx))) { in sameObjCTypeArgs()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1619 QualType stripObjCKindOfType(const ASTContext &ctx) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9864 QualType ResTy = Method->getSendResultType().stripObjCKindOfType(Context); in CodeCompleteObjCMethodDecl()