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

Declarations

tools/clang/include/clang/Parse/Parser.h
 1647   ExprResult ParseConstantExpression(TypeCastState isTypeCast = NotTypeCast);

References

tools/clang/lib/Parse/ParseDecl.cpp
 2828     ER = ParseConstantExpression();
 3615           ExplicitExpr = ParseConstantExpression();
 4093       ExprResult Res(ParseConstantExpression());
 6816       NumElements = ParseConstantExpression();
tools/clang/lib/Parse/ParseDeclCXX.cpp
 2314     BitfieldSize = ParseConstantExpression();
 3667     NoexceptExpr = ParseConstantExpression();
tools/clang/lib/Parse/ParseExprCXX.cpp
 3085               : ParseConstantExpression();
tools/clang/lib/Parse/ParseInit.cpp
  357       ExprResult RHS(ParseConstantExpression());
tools/clang/lib/Parse/ParsePragma.cpp
 1120     ExprResult R = ParseConstantExpression();