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

/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp2902 return ParsePostfixExpressionSuffix(ParseObjCProtocolExpression(AtLoc));
3602 Parser::ParseObjCProtocolExpression(SourceLocation AtLoc) { function in class:Parser
3619 return Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc,
/openbsd-current/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2066 ExprResult ParseObjCProtocolExpression(SourceLocation AtLoc);
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp1384 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, function in class:Sema
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7506 /// ParseObjCProtocolExpression - Build protocol expression for \@protocol
7507 ExprResult ParseObjCProtocolExpression(IdentifierInfo * ProtocolName,

Completed in 299 milliseconds