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

Declarations

tools/clang/include/clang/AST/Expr.h
 1919   static PredefinedExpr *Create(const ASTContext &Ctx, SourceLocation L,

References

tools/clang/lib/AST/ASTImporter.cpp
 6246   return PredefinedExpr::Create(Importer.getToContext(), ToBeginLoc, ToType,
tools/clang/lib/Sema/SemaExpr.cpp
 3248   return PredefinedExpr::Create(Context, Loc, ResTy, IK, SL);