Lines Matching defs:Decls
31 /// class provides Decls (VarDecl, FunDecl, TypeDecl) to Clang for these
70 /// Look up all Decls that match a particular name. Only handles
79 /// The DeclContext to register the found Decls in.
89 /// Enumerate all Decls in a given lexical context.
96 /// DeclKinds of desired Decls, and false otherwise.
98 /// \param[in] Decls
99 /// A vector that is filled in with matching Decls.
103 llvm::SmallVectorImpl<clang::Decl *> &Decls) override;
222 llvm::SmallVectorImpl<clang::Decl *> &Decls) override {
223 return m_original.FindExternalLexicalDecls(DC, IsKindWeWant, Decls);
271 /// NameSearchContext to make Decls for them.
274 /// The NameSearchContext that can construct Decls for this name.
288 /// The NameSearchContext that can construct Decls for this name.
296 /// The NameSearchContext that can construct Decls for this name.