Searched refs:ParseObjCProtocolExpression (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 2858 return ParsePostfixExpressionSuffix(ParseObjCProtocolExpression(AtLoc)); in ParseObjCAtExpression() 3530 Parser::ParseObjCProtocolExpression(SourceLocation AtLoc) { in ParseObjCProtocolExpression() function in Parser 3547 return Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc, in ParseObjCProtocolExpression()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 2844 return ParsePostfixExpressionSuffix(ParseObjCProtocolExpression(AtLoc)); in ParseObjCAtExpression() 3544 Parser::ParseObjCProtocolExpression(SourceLocation AtLoc) { in ParseObjCProtocolExpression() function in Parser 3561 return Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc, in ParseObjCProtocolExpression()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1643 ExprResult ParseObjCProtocolExpression(SourceLocation AtLoc);
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 2041 ExprResult ParseObjCProtocolExpression(SourceLocation AtLoc);
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1214 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, in ParseObjCProtocolExpression() function in Sema
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1386 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, in ParseObjCProtocolExpression() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5257 ExprResult ParseObjCProtocolExpression(IdentifierInfo * ProtocolName,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6747 ExprResult ParseObjCProtocolExpression(IdentifierInfo * ProtocolName,
|