OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseObjCProtocolExpression
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp
2848
return ParsePostfixExpressionSuffix(
ParseObjCProtocolExpression
(AtLoc));
3548
Parser::
ParseObjCProtocolExpression
(SourceLocation AtLoc) {
3565
return Actions.
ParseObjCProtocolExpression
(protocolId, AtLoc, ProtoLoc,
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
2027
ExprResult
ParseObjCProtocolExpression
(SourceLocation AtLoc);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp
1386
ExprResult Sema::
ParseObjCProtocolExpression
(IdentifierInfo *ProtocolId,
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
6893
///
ParseObjCProtocolExpression
- Build protocol expression for \@protocol
6894
ExprResult
ParseObjCProtocolExpression
(IdentifierInfo * ProtocolName,
Completed in 1439 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026