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

/external/clang/lib/Parse/
H A DParseObjc.cpp2162 return ParsePostfixExpressionSuffix(ParseObjCEncodeExpression(AtLoc));
2794 Parser::ParseObjCEncodeExpression(SourceLocation AtLoc) { function in class:Parser
2812 return Actions.ParseObjCEncodeExpression(AtLoc, EncLoc, T.getOpenLocation(),
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp962 ExprResult Sema::ParseObjCEncodeExpression(SourceLocation AtLoc, function in class:Sema

Completed in 1014 milliseconds