reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Parse/Parser.h
 1907   ExprResult ParseObjCBooleanLiteral(SourceLocation AtLoc, bool ArgValue);

References

tools/clang/lib/Parse/ParseObjc.cpp
 2816     return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, true));
 2819     return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, false));