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()
519 llvm::SmallVectorImpl<Decl *> &decls) { in FindExternalLexicalDecls() argument
532 decls); in FindExternalLexicalDecls()
901 std::vector<clang::NamedDecl *> decls; in FindExternalVisibleDecls() local
903 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindExternalVisibleDecls()
912 clang::NamedDecl *const decl_from_modules = decls[0]; in FindExternalVisibleDecls()
961 std::vector<clang::NamedDecl *> decls; in FindExternalVisibleDecls() local
963 if (!decl_vendor->FindDecls(name, append, max_matches, decls)) in FindExternalVisibleDecls()
972 clang::Decl *copied_decl = CopyDecl(decls[0]); in FindExternalVisibleDecls()
1373 std::vector<clang::NamedDecl *> decls; in FindObjCMethodDecls() local
1376 decls)) in FindObjCMethodDecls()
1380 dyn_cast<ObjCInterfaceDecl>(decls[0]); in FindObjCMethodDecls()
1413 std::vector<clang::NamedDecl *> decls; in FindObjCMethodDecls() local
1415 if (!decl_vendor->FindDecls(interface_name, append, max_matches, decls)) in FindObjCMethodDecls()
1419 dyn_cast<ObjCInterfaceDecl>(decls[0]); in FindObjCMethodDecls()
1559 std::vector<clang::NamedDecl *> decls; in FindObjCPropertyAndIvarDecls() local
1561 if (!modules_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
1565 dyn_cast<ObjCInterfaceDecl>(decls[0])); in FindObjCPropertyAndIvarDecls()
1604 std::vector<clang::NamedDecl *> decls; in FindObjCPropertyAndIvarDecls() local
1606 if (!decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
1610 dyn_cast<ObjCInterfaceDecl>(decls[0])); in FindObjCPropertyAndIvarDecls()