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

Declarations

tools/clang/include/clang/AST/Expr.h
  997   static ConstantExpr *Create(const ASTContext &Context, Expr *E,

References

tools/clang/lib/AST/ASTImporter.cpp
 6475     return ConstantExpr::Create(Importer.getToContext(), ToSubExpr,
tools/clang/lib/Sema/SemaExpr.cpp
14972     E = ConstantExpr::Create(Context, E, EvalResult.Val);
tools/clang/lib/Sema/SemaOverload.cpp
 5604       return ConstantExpr::Create(S.Context, Result.get(), Value);