Lines Matching refs:decls

42   ScopedLexicalDeclEraser(std::set<const clang::Decl *> &decls,  in ScopedLexicalDeclEraser()  argument
44 : m_active_lexical_decls(decls), m_decl(decl) {} in ScopedLexicalDeclEraser()
371 llvm::SmallVectorImpl<Decl *> &decls) { in FindExternalLexicalDecls() argument
447 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()
1133 std::vector<clang::NamedDecl *> decls; in FindObjCMethodDecls() local
1136 decls)) in FindObjCMethodDecls()
1140 dyn_cast<ObjCInterfaceDecl>(decls[0]); in FindObjCMethodDecls()
1173 std::vector<clang::NamedDecl *> decls; in FindObjCMethodDecls() local
1177 decls)) in FindObjCMethodDecls()
1181 dyn_cast<ObjCInterfaceDecl>(decls[0]); in FindObjCMethodDecls()
1306 std::vector<clang::NamedDecl *> decls; in FindObjCPropertyAndIvarDecls() local
1308 if (!modules_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
1312 dyn_cast<ObjCInterfaceDecl>(decls[0])); in FindObjCPropertyAndIvarDecls()
1349 std::vector<clang::NamedDecl *> decls; in FindObjCPropertyAndIvarDecls() local
1352 if (!clang_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
1356 dyn_cast<ObjCInterfaceDecl>(decls[0])); in FindObjCPropertyAndIvarDecls()