Searched defs:decls (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp21 std::vector<CompilerDecl> decls; local
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclGroup.cpp28 DeclGroup::DeclGroup(unsigned numdecls, Decl** decls) : NumDecls(numdecls) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.cpp17 FindDecls(ConstString name, bool append, uint32_t max_matches, std::vector<clang::NamedDecl *> &decls) argument
H A DNameSearchContext.h64 NameSearchContext(TypeSystemClang &clang_ts, llvm::SmallVectorImpl<clang::NamedDecl *> &decls, clang::DeclarationName name, const clang::DeclContext *dc) argument
H A DClangExternalASTSourceCallbacks.cpp53 llvm::SmallVector<clang::NamedDecl *, 4> decls; local
39 FindExternalLexicalDecls( const clang::DeclContext *decl_ctx, llvm::function_ref<bool(clang::Decl::Kind)> IsKindWeWant, llvm::SmallVectorImpl<clang::Decl *> &decls) argument
H A DClangModulesDeclVendor.cpp442 FindDecls(ConstString name, bool append, uint32_t max_matches, std::vector<CompilerDecl> &decls) argument
H A DClangExpressionDeclMap.cpp1026 std::vector<clang::NamedDecl *> decls; local
H A DClangASTSource.cpp42 ScopedLexicalDeclEraser(std::set<const clang::Decl *> &decls, argument
851 std::vector<clang::NamedDecl *> decls; local
901 std::vector<clang::NamedDecl *> decls; local
368 FindExternalLexicalDecls( const DeclContext *decl_context, llvm::function_ref<bool(Decl::Kind)> predicate, llvm::SmallVectorImpl<Decl *> &decls) argument
1133 std::vector<clang::NamedDecl *> decls; local
1173 std::vector<clang::NamedDecl *> decls; local
1306 std::vector<clang::NamedDecl *> decls; local
1349 std::vector<clang::NamedDecl *> decls; local
[all...]
/freebsd-current/usr.bin/rpcgen/
H A Drpc_parse.c107 decl_list *decls; local
134 decl_list *decls; local
[all...]
H A Drpc_parse.h120 decl_list *decls; member in struct:struct_def
141 decl_list *decls; member in struct:arg_list
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h147 DeclsTy &decls() { function in class:clang::UnresolvedSetImpl
150 const DeclsTy &decls() const { function in class:clang::UnresolvedSetImpl
[all...]
H A DTemplateName.h129 llvm::ArrayRef<NamedDecl*> decls() const { function in class:clang::OverloadedTemplateStorage
H A DDeclBase.h2331 decl_range decls() const { return decl_range(decls_begin(), decls_end()); } function in class:clang::DeclContext
H A DStmt.h1543 decl_range decls() { return decl_range(decl_begin(), decl_end()); } function in class:clang::DeclStmt
1545 decl_const_range decls() const { function in class:clang::DeclStmt
H A DExprCXX.h3064 llvm::iterator_range<decls_iterator> decls() const { function in class:clang::OverloadExpr
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp240 IdentifierResolver::decls(DeclarationName Name) { function in class:IdentifierResolver
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp525 FindDecls(ConstString name, bool append, uint32_t max_matches, std::vector<CompilerDecl> &decls) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h320 decl_range decls() const { function in class:clang::Scope
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp179 unsigned decls = declToIndex.size(); local
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1192 Decl* decls[] = {AnonRecord, TheDecl}; local
H A DParseDeclCXX.cpp2878 Decl *decls[] = {AnonRecord, TheDecl}; local
H A DParseDecl.cpp2018 Decl* decls[] = {AnonRecord, TheDecl}; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp156 llvm::SmallVector<clang::NamedDecl *, 4> decls; local
[all...]

Completed in 391 milliseconds