Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp166 QualType(Ty,0) == Context.getObjCProtoType()) in desugarForDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2336 QualType getObjCProtoType() const { in getObjCProtoType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1414 QualType Ty = Context.getObjCProtoType(); in ParseObjCProtocolExpression()