Lines Matching refs:getFunctionNode
132 const FunctionDecl *getFunctionNode(clang::ASTUnit *AST, in getFunctionNode() function
188 const FunctionDecl *Func = getFunctionNode(AST.get(), "func"); in TEST()
217 const FunctionDecl *CTorFunc = getFunctionNode(AST.get(), "A"); in TEST()
269 Func = getFunctionNode(AST.get(), "parmvardecl_attr"); in TEST()
789 auto getFunctionNode = [&AST](const std::string &name) { in TEST() local
797 auto FN = getFunctionNode("func1"); in TEST()
829 dumpASTString(TK_IgnoreUnlessSpelledInSource, getFunctionNode("func2")), in TEST()
840 dumpASTString(TK_IgnoreUnlessSpelledInSource, getFunctionNode("func3")), in TEST()
850 dumpASTString(TK_IgnoreUnlessSpelledInSource, getFunctionNode("func4")), in TEST()
860 dumpASTString(TK_IgnoreUnlessSpelledInSource, getFunctionNode("func5")), in TEST()
870 dumpASTString(TK_IgnoreUnlessSpelledInSource, getFunctionNode("func6")), in TEST()
880 dumpASTString(TK_IgnoreUnlessSpelledInSource, getFunctionNode("func7")), in TEST()
891 dumpASTString(TK_IgnoreUnlessSpelledInSource, getFunctionNode("func8")), in TEST()
902 dumpASTString(TK_IgnoreUnlessSpelledInSource, getFunctionNode("func9")), in TEST()
915 dumpASTString(TK_IgnoreUnlessSpelledInSource, getFunctionNode("func10")), in TEST()
928 dumpASTString(TK_IgnoreUnlessSpelledInSource, getFunctionNode("func11")), in TEST()
941 dumpASTString(TK_IgnoreUnlessSpelledInSource, getFunctionNode("func12")), in TEST()