/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExternalASTSourceCallbacks.cpp | 43 llvm::SmallVectorImpl<clang::Decl *> &decls) { in FindExternalLexicalDecls() 54 llvm::SmallVector<clang::NamedDecl *, 4> decls; in FindExternalVisibleDeclsByName() local
|
H A D | ClangDeclVendor.cpp | 19 std::vector<clang::NamedDecl *> &decls) { in FindDecls()
|
H A D | ClangASTSource.cpp | 41 ScopedLexicalDeclEraser(std::set<const clang::Decl *> &decls, in ScopedLexicalDeclEraser() 370 llvm::SmallVectorImpl<Decl *> &decls) { in FindExternalLexicalDecls() 801 std::vector<clang::NamedDecl *> decls; in FindDeclInModules() local 851 std::vector<clang::NamedDecl *> decls; in FindDeclInObjCRuntime() local 1083 std::vector<clang::NamedDecl *> decls; in FindObjCMethodDecls() local 1123 std::vector<clang::NamedDecl *> decls; in FindObjCMethodDecls() local 1256 std::vector<clang::NamedDecl *> decls; in FindObjCPropertyAndIvarDecls() local 1299 std::vector<clang::NamedDecl *> decls; in FindObjCPropertyAndIvarDecls() local
|
H A D | ClangModulesDeclVendor.cpp | 433 std::vector<CompilerDecl> &decls) { in FindDecls()
|
H A D | ClangExpressionDeclMap.cpp | 1025 std::vector<clang::NamedDecl *> decls; in LookupInModulesDeclVendor() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | DeclVendor.cpp | 21 std::vector<CompilerDecl> decls; in FindTypes() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclGroup.cpp | 28 DeclGroup::DeclGroup(unsigned numdecls, Decl** decls) : NumDecls(numdecls) { in DeclGroup()
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_parse.c | 107 decl_list *decls; in def_struct() local 134 decl_list *decls; in def_program() local
|
H A D | rpc_parse.h | 120 decl_list *decls; member 141 decl_list *decls; member
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 148 DeclsTy &decls() { in decls() function 151 const DeclsTy &decls() const { in decls() function
|
H A D | TemplateName.h | 129 llvm::ArrayRef<NamedDecl*> decls() const { in decls() function
|
H A D | ExprCXX.h | 3081 llvm::iterator_range<decls_iterator> decls() const { in decls() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 527 std::vector<CompilerDecl> &decls) { in FindDecls()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Scope.h | 339 decl_range decls() const { in decls() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 179 unsigned decls = declToIndex.size(); in computeSetOfDeclarations() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1197 Decl* decls[] = {AnonRecord, TheDecl}; in ParseDeclOrFunctionDefInternal() local
|
H A D | ParseDeclCXX.cpp | 3043 Decl *decls[] = {AnonRecord, TheDecl}; in ParseCXXClassMemberDeclaration() local
|
H A D | ParseDecl.cpp | 2123 Decl* decls[] = {AnonRecord, TheDecl}; in ParseSimpleDeclaration() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 157 llvm::SmallVector<clang::NamedDecl *, 4> decls; in addOverridesForMethod() local
|