Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DBlinkGCPluginConsumer.h31 void ParseFunctionTemplates(clang::TranslationUnitDecl* decl);
DBlinkGCPluginConsumer.cpp88 ParseFunctionTemplates(context.getTranslationUnitDecl()); in HandleTranslationUnit()
130 void BlinkGCPluginConsumer::ParseFunctionTemplates(TranslationUnitDecl* decl) { in ParseFunctionTemplates() function in BlinkGCPluginConsumer
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.h111 void ParseFunctionTemplates(clang::TranslationUnitDecl* decl);
DFindBadConstructsConsumer.cpp183 ParseFunctionTemplates(context.getTranslationUnitDecl()); in Traverse()
962 void FindBadConstructsConsumer::ParseFunctionTemplates( in ParseFunctionTemplates() function in chrome_checker::FindBadConstructsConsumer