Home
last modified time | relevance | path

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

/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.h53 bool VisitTagDecl(clang::TagDecl* tag_decl);
DFindBadConstructsConsumer.cpp196 bool FindBadConstructsConsumer::VisitTagDecl(clang::TagDecl* tag_decl) { in VisitTagDecl() argument
197 if (tag_decl->isCompleteDefinition()) in VisitTagDecl()
198 CheckTag(tag_decl); in VisitTagDecl()