Searched defs:getFunctionNode (Results 1 – 2 of 2) sorted by relevance
41 const FunctionDecl *getFunctionNode(ASTUnit *AST, const std::string &Name) { in getFunctionNode() function
132 const FunctionDecl *getFunctionNode(clang::ASTUnit *AST, in getFunctionNode() function795 auto getFunctionNode = [&AST](const std::string &name) { in TEST() local