Home
last modified time | relevance | path

Searched refs:IsCallee (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp1131 bool IsCallee(const clang::Expr& expr, clang::ASTContext& context) { in IsCallee() function
1138 bool IsCallee(const clang::UnresolvedUsingValueDecl& decl, in IsCallee() function
1216 if ((old_name.find('_') == std::string::npos) && IsCallee(node, context) && in GuessNameForUnresolvedDependentNode()