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

References

tools/clang/include/clang/Parse/Parser.h
  424   typedef Sema::FullExprArg FullExprArg;
tools/clang/include/clang/Sema/Sema.h
 4028   FullExprArg MakeFullExpr(Expr *Arg) {
 4031   FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) {
 4035   FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) {
 4125                           FullExprArg Third,
10596     FullExprArg Condition;
10602     ConditionResult(Sema &S, Decl *ConditionVar, FullExprArg Condition,
tools/clang/lib/Sema/SemaExpr.cpp
17323   FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc);
tools/clang/lib/Sema/SemaStmt.cpp
 1765                               FullExprArg third, SourceLocation RParenLoc,
tools/clang/lib/Sema/TreeTransform.h
 1336                             Sema::FullExprArg Inc, SourceLocation RParenLoc,
 6971   Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get()));