Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp2856 return ParsePostfixExpressionSuffix(ParseObjCProtocolExpression(AtLoc)); in ParseObjCAtExpression()
3557 Parser::ParseObjCProtocolExpression(SourceLocation AtLoc) { in ParseObjCProtocolExpression() function in Parser
3574 return Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc, in ParseObjCProtocolExpression()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2050 ExprResult ParseObjCProtocolExpression(SourceLocation AtLoc);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp1386 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, in ParseObjCProtocolExpression() function in Sema
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7261 ExprResult ParseObjCProtocolExpression(IdentifierInfo * ProtocolName,