Searched defs:ParseObjCEncodeExpression (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp2856 return ParsePostfixExpressionSuffix(ParseObjCEncodeExpression(AtLoc));
3505 Parser::ParseObjCEncodeExpression(SourceLocation AtLoc) { function in class:Parser
3523 return Actions.ParseObjCEncodeExpression(AtLoc, EncLoc, T.getOpenLocation(),
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1082 ExprResult Sema::ParseObjCEncodeExpression(SourceLocation AtLoc, function in class:Sema

Completed in 89 milliseconds