Home | History | Annotate | Download | only in Sema

Lines Matching defs:Functions

63 /// or the parts of an AST node using the various transformation functions,
78 /// \c TransformXXX functions (where XXX is the name of an AST node, e.g.,
83 /// functions to control how AST nodes are rebuilt when their operands change.
88 /// There are a handful of other functions that can be overridden, allowing one
296 /// transformations) or some set of the TransformXXXType functions
9534 // Compute the transformed set of functions (and function templates) to be
9536 UnresolvedSet<16> Functions;
9543 Functions.append(ULE->decls_begin(), ULE->decls_end());
9550 Functions.addDecl(ND);
9553 // Add any functions found via argument-dependent lookup.
9561 Functions, First);
9586 = SemaRef.CreateOverloadedBinOp(OpLoc, Opc, Functions, Args[0], Args[1]);