Searched defs:NewFunction (Results 1 – 5 of 5) sorted by relevance
336 struct NewFunction { struct337 struct Parameter {347 std::string Name = "extracted";348 QualType ReturnType;350 SourceRange BodyRange;351 SourceLocation DefinitionPoint;358 bool CallerReturnsValue = false;359 bool Static = false;361 bool Const = false;366 const LangOptions *LangOpts;[all …]
164 auto *NewFunction = FunctionDecl::Create( in CorrectTypo() local
911 bool MergeFunctions::insert(Function *NewFunction) { in insert()
1561 Function &NewFunction) { in getEdgeKind()1601 Function &NewFunction) { in addSplitFunction()
966 bool NewFunction = SeenTemplates.insert(Template).second; in resolveForwardingParameters() local