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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2845 return ParsePostfixExpressionSuffix(ParseObjCProtocolExpression(AtLoc));
3545 Parser::ParseObjCProtocolExpression(SourceLocation AtLoc) { function in class:Parser
3562 return Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2025 ExprResult ParseObjCProtocolExpression(SourceLocation AtLoc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1386 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, function in class:Sema
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6643 /// ParseObjCProtocolExpression - Build protocol expression for \@protocol
6644 ExprResult ParseObjCProtocolExpression(IdentifierInfo * ProtocolName,

Completed in 301 milliseconds