Home
last modified time | relevance | path

Searched refs:getObjCSubstitutions (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp1230 if (auto subs = objectType->getObjCSubstitutions(dc)) in substObjCMemberType()
1260 Optional<ArrayRef<QualType>> Type::getObjCSubstitutions( in getObjCSubstitutions() function in Type
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h1943 getObjCSubstitutions(const DeclContext *dc) const;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp1601 = ReceiverType->getObjCSubstitutions(Method->getDeclContext()); in CheckMessageArgumentTypes()
HDSemaCodeComplete.cpp2821 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method); in CreateCodeCompletionString()