Home | History | Annotate | Download | only in Sema

Lines Matching refs:Functions

62 /// or the parts of an AST node using the various transformation functions,
77 /// \c TransformXXX functions (where XXX is the name of an AST node, e.g.,
82 /// functions to control how AST nodes are rebuilt when their operands change.
87 /// There are a handful of other functions that can be overridden, allowing one
295 /// transformations) or some set of the TransformXXXType functions
9236 // Compute the transformed set of functions (and function templates) to be
9238 UnresolvedSet<16> Functions;
9245 Functions.append(ULE->decls_begin(), ULE->decls_end());
9252 Functions.addDecl(ND);
9255 // Add any functions found via argument-dependent lookup.
9263 return SemaRef.CreateOverloadedUnaryOp(OpLoc, Opc, Functions, First);
9288 = SemaRef.CreateOverloadedBinOp(OpLoc, Opc, Functions, Args[0], Args[1]);