Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1755 void adjustObjCTypeParamBoundType(const ObjCTypeParamDecl *Orig,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp941 S.Context.adjustObjCTypeParamBoundType(prevTypeParam, newTypeParam); in checkTypeParamListConsistency()
968 S.Context.adjustObjCTypeParamBoundType(prevTypeParam, newTypeParam); in checkTypeParamListConsistency()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5880 void ASTContext::adjustObjCTypeParamBoundType(const ObjCTypeParamDecl *Orig, in adjustObjCTypeParamBoundType() function in ASTContext