Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h1528 void adjustObjCTypeParamBoundType(const ObjCTypeParamDecl *Orig,
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp941 S.Context.adjustObjCTypeParamBoundType(prevTypeParam, newTypeParam); in checkTypeParamListConsistency()
968 S.Context.adjustObjCTypeParamBoundType(prevTypeParam, newTypeParam); in checkTypeParamListConsistency()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5195 void ASTContext::adjustObjCTypeParamBoundType(const ObjCTypeParamDecl *Orig, in adjustObjCTypeParamBoundType() function in ASTContext