Lines Matching refs:FunctionDecl
72 llvm::Optional<SourceLocation> getSemicolonForDecl(const FunctionDecl *FD) { in getSemicolonForDecl()
86 const FunctionDecl *getSelectedFunction(const SelectionTree::Node *SelNode) { in getSelectedFunction()
88 if (const FunctionDecl *FD = AstNode.get<FunctionDecl>()) in getSelectedFunction()
93 return P->ASTNode.get<FunctionDecl>(); in getSelectedFunction()
102 const FunctionDecl *Target, const SourceManager &SM) { in checkDeclsAreVisible()
141 llvm::Expected<std::string> qualifyAllDecls(const FunctionDecl *FD, in qualifyAllDecls()
142 const FunctionDecl *Target) { in qualifyAllDecls()
233 renameParameters(const FunctionDecl *Dest, const FunctionDecl *Source) { in renameParameters()
335 const FunctionDecl *findTarget(const FunctionDecl *FD) { in findTarget()
352 const SourceLocation getBeginLoc(const FunctionDecl *FD) { in getBeginLoc()
360 addInlineIfInHeader(const FunctionDecl *FD) { in addInlineIfInHeader()
513 const FunctionDecl *Source = nullptr;
514 const FunctionDecl *Target = nullptr;