Lines Matching refs:decls

41   ScopedLexicalDeclEraser(std::set<const clang::Decl *> &decls,  in ScopedLexicalDeclEraser()  argument
43 : m_active_lexical_decls(decls), m_decl(decl) {} in ScopedLexicalDeclEraser()
388 llvm::SmallVectorImpl<Decl *> &decls) { in FindExternalLexicalDecls() argument
464 for (Decl *decl : original_decl_context->decls()) { in FindExternalLexicalDecls()
851 std::vector<clang::NamedDecl *> decls; in FindDeclInModules() local
853 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindDeclInModules()
859 clang::NamedDecl *const decl_from_modules = decls[0]; in FindDeclInModules()
901 std::vector<clang::NamedDecl *> decls; in FindDeclInObjCRuntime() local
904 if (!clang_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindDeclInObjCRuntime()
910 clang::Decl *copied_decl = CopyDecl(decls[0]); in FindDeclInObjCRuntime()
1142 std::vector<clang::NamedDecl *> decls; in FindObjCMethodDecls() local
1145 decls)) in FindObjCMethodDecls()
1149 dyn_cast<ObjCInterfaceDecl>(decls[0]); in FindObjCMethodDecls()
1182 std::vector<clang::NamedDecl *> decls; in FindObjCMethodDecls() local
1186 decls)) in FindObjCMethodDecls()
1190 dyn_cast<ObjCInterfaceDecl>(decls[0]); in FindObjCMethodDecls()
1315 std::vector<clang::NamedDecl *> decls; in FindObjCPropertyAndIvarDecls() local
1317 if (!modules_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
1321 dyn_cast<ObjCInterfaceDecl>(decls[0])); in FindObjCPropertyAndIvarDecls()
1358 std::vector<clang::NamedDecl *> decls; in FindObjCPropertyAndIvarDecls() local
1361 if (!clang_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
1365 dyn_cast<ObjCInterfaceDecl>(decls[0])); in FindObjCPropertyAndIvarDecls()