Searched defs:GetNameForDecl (Results 1 - 1 of 1) sorted by relevance

/external/v8/tools/clang/rewrite_to_chrome_style/
H A DRewriteToChromeStyle.cpp585 bool GetNameForDecl(const clang::FunctionDecl& decl, function in namespace:__anon28010
632 bool GetNameForDecl(const clang::EnumConstantDecl& decl, function in namespace:__anon28010
659 bool GetNameForDecl(const clang::FieldDecl& decl, function in namespace:__anon28010
678 bool GetNameForDecl(const clang::VarDecl& decl, function in namespace:__anon28010
751 bool GetNameForDecl(const clang::FunctionTemplateDecl& decl, function in namespace:__anon28010
755 return GetNameForDecl(*templated_function, context, name);
758 bool GetNameForDecl(const clang::NamedDecl& decl, function in namespace:__anon28010
762 return GetNameForDecl(*function, context, name);
764 return GetNameForDecl(*var, context, name);
766 return GetNameForDecl(*fiel
776 bool GetNameForDecl(const clang::UsingDecl& decl, function in namespace:__anon28010
[all...]

Completed in 102 milliseconds