Home
last modified time | relevance | path

Searched defs:decls (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp43 llvm::SmallVectorImpl<clang::Decl *> &decls) { in FindExternalLexicalDecls()
55 llvm::SmallVector<clang::NamedDecl *, 4> decls; in FindExternalVisibleDeclsByName() local
H A DClangASTSource.cpp41 ScopedLexicalDeclEraser(std::set<const clang::Decl *> &decls, in ScopedLexicalDeclEraser()
371 llvm::SmallVectorImpl<Decl *> &decls) { in FindExternalLexicalDecls()
802 std::vector<clang::NamedDecl *> decls; in FindDeclInModules() local
852 std::vector<clang::NamedDecl *> decls; in FindDeclInObjCRuntime() local
1084 std::vector<clang::NamedDecl *> decls; in FindObjCMethodDecls() local
1124 std::vector<clang::NamedDecl *> decls; in FindObjCMethodDecls() local
1257 std::vector<clang::NamedDecl *> decls; in FindObjCPropertyAndIvarDecls() local
1300 std::vector<clang::NamedDecl *> decls; in FindObjCPropertyAndIvarDecls() local
H A DClangDeclVendor.cpp19 std::vector<clang::NamedDecl *> &decls) { in FindDecls()
H A DClangModulesDeclVendor.cpp443 std::vector<CompilerDecl> &decls) { in FindDecls()
H A DClangExpressionDeclMap.cpp1026 std::vector<clang::NamedDecl *> decls; in LookupInModulesDeclVendor() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp21 std::vector<CompilerDecl> decls; in FindTypes() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclGroup.cpp28 DeclGroup::DeclGroup(unsigned numdecls, Decl** decls) : NumDecls(numdecls) { in DeclGroup()
/freebsd/usr.bin/rpcgen/
H A Drpc_parse.c107 decl_list *decls; in def_struct() local
134 decl_list *decls; in def_program() local
H A Drpc_parse.h120 decl_list *decls; member
141 decl_list *decls; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h147 DeclsTy &decls() { in decls() function
150 const DeclsTy &decls() const { in decls() function
H A DTemplateName.h139 llvm::ArrayRef<NamedDecl*> decls() const { in decls() function
H A DExprCXX.h3207 llvm::iterator_range<decls_iterator> decls() const { in decls() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp528 std::vector<CompilerDecl> &decls) { in FindDecls()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h344 decl_range decls() const { in decls() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp176 unsigned decls = declToIndex.size(); in computeSetOfDeclarations() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1135 Decl* decls[] = {AnonRecord, TheDecl}; in ParseDeclOrFunctionDefInternal() local
H A DParseDeclCXX.cpp2903 Decl *decls[] = {AnonRecord, TheDecl}; in ParseCXXClassMemberDeclaration() local
H A DParseDecl.cpp1966 Decl* decls[] = {AnonRecord, TheDecl}; in ParseSimpleDeclaration() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp158 llvm::SmallVector<clang::NamedDecl *, 4> decls; in addOverridesForMethod() local