Home | History | Annotate | Download | only in plugins

Lines Matching refs:decl

66 bool IsGtestTestFixture(const CXXRecordDecl* decl) {
67 return decl->getQualifiedNameAsString() == "testing::Test";
101 std::set<FunctionDecl*> GetLateParsedFunctionDecls(TranslationUnitDecl* decl) {
111 v.TraverseDecl(decl);
189 bool FindBadConstructsConsumer::TraverseDecl(Decl* decl) {
190 if (ipc_visitor_) ipc_visitor_->BeginDecl(decl);
191 bool result = RecursiveASTVisitor::TraverseDecl(decl);
424 bool FindBadConstructsConsumer::InTestingNamespace(const Decl* record) {
657 if (TemplateDecl* decl = name.getAsTemplateDecl()) {
658 std::string base_name = decl->getNameAsString();
738 if (TemplateDecl* decl = name.getAsTemplateDecl()) {
739 std::string base_name = decl->getNameAsString();
743 self->GetNamespace(decl) == "base") {
955 TranslationUnitDecl* decl) {
959 std::set<FunctionDecl*> late_parsed_decls = GetLateParsedFunctionDecls(decl);