reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 1235   QualType stripObjCKindOfType(const ASTContext &ctx) const;

References

tools/clang/lib/AST/ASTContext.cpp
 8359           !ctx.hasSameType(lhsArgs[i].stripObjCKindOfType(ctx),
 8360                            rhsArgs[i].stripObjCKindOfType(ctx))) {
tools/clang/lib/AST/MicrosoftMangle.cpp
 1602                        .stripObjCKindOfType(getASTContext())
tools/clang/lib/AST/Type.cpp
 1402     QualType baseType = objType->getBaseType().stripObjCKindOfType(Ctx);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 8217       QualType ResTy = Method->getSendResultType().stripObjCKindOfType(Context);