Home
last modified time | relevance | path

Searched refs:adjustObjCTypeParamBoundType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1674 void adjustObjCTypeParamBoundType(const ObjCTypeParamDecl *Orig,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp941 S.Context.adjustObjCTypeParamBoundType(prevTypeParam, newTypeParam); in checkTypeParamListConsistency()
968 S.Context.adjustObjCTypeParamBoundType(prevTypeParam, newTypeParam); in checkTypeParamListConsistency()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp5485 void ASTContext::adjustObjCTypeParamBoundType(const ObjCTypeParamDecl *Orig, in adjustObjCTypeParamBoundType() function in ASTContext