Searched refs:IsCallee (Results 1 – 1 of 1) sorted by relevance
1131 bool IsCallee(const clang::Expr& expr, clang::ASTContext& context) { in IsCallee() function1138 bool IsCallee(const clang::UnresolvedUsingValueDecl& decl, in IsCallee() function1216 if ((old_name.find('_') == std::string::npos) && IsCallee(node, context) && in GuessNameForUnresolvedDependentNode()