/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExternalASTSourceCallbacks.cpp | 42 FindExternalLexicalDecls(const clang::DeclContext * decl_ctx,llvm::function_ref<bool (clang::Decl::Kind)> IsKindWeWant,llvm::SmallVectorImpl<clang::Decl * > & decls) FindExternalLexicalDecls() argument 53 llvm::SmallVector<clang::NamedDecl *, 4> decls; FindExternalVisibleDeclsByName() local
|
H A D | ClangDeclVendor.cpp | 19 std::vector<clang::NamedDecl *> &decls) { in FindDecls()
|
H A D | ClangASTSource.cpp | 851 std::vector<clang::NamedDecl *> decls; in FindDeclInModules() local 42 ScopedLexicalDeclEraser(std::set<const clang::Decl * > & decls,const clang::Decl * decl) ScopedLexicalDeclEraser() argument 371 FindExternalLexicalDecls(const DeclContext * decl_context,llvm::function_ref<bool (Decl::Kind)> predicate,llvm::SmallVectorImpl<Decl * > & decls) FindExternalLexicalDecls() argument 901 std::vector<clang::NamedDecl *> decls; FindDeclInObjCRuntime() local 1133 std::vector<clang::NamedDecl *> decls; FindObjCMethodDecls() local 1173 std::vector<clang::NamedDecl *> decls; FindObjCMethodDecls() local 1306 std::vector<clang::NamedDecl *> decls; FindObjCPropertyAndIvarDecls() local 1349 std::vector<clang::NamedDecl *> decls; FindObjCPropertyAndIvarDecls() local [all...] |
H A D | ClangModulesDeclVendor.cpp | 444 FindDecls(ConstString name,bool append,uint32_t max_matches,std::vector<CompilerDecl> & decls) FindDecls() argument
|
H A D | ClangExpressionDeclMap.cpp | 1026 std::vector<clang::NamedDecl *> decls; LookupInModulesDeclVendor() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | DeclVendor.cpp | 21 std::vector<CompilerDecl> decls; in FindTypes() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclGroup.cpp | 28 DeclGroup::DeclGroup(unsigned numdecls, Decl** decls) : NumDecls(numdecls) { in DeclGroup()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 147 DeclsTy &decls() { decls() function 150 const DeclsTy &decls() const { decls() function [all...] |
H A D | TemplateName.h | 129 llvm::ArrayRef<NamedDecl*> decls() const { in decls() function
|
H A D | ExprCXX.h | 3064 llvm::iterator_range<decls_iterator> decls() const { decls() function
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | IdentifierResolver.cpp | 240 IdentifierResolver::decls(DeclarationName Name) { in decls() function in IdentifierResolver
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 527 std::vector<CompilerDecl> &decls) { in FindDecls() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Scope.h | 320 decl_range decls() const { decls() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 179 unsigned decls = declToIndex.size(); in computeSetOfDeclarations() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1192 Decl* decls[] = {AnonRecord, TheDecl}; ParseDeclOrFunctionDefInternal() local
|
H A D | ParseDeclCXX.cpp | 2878 Decl *decls[] = {AnonRecord, TheDecl}; ParseCXXClassMemberDeclaration() local
|
H A D | ParseDecl.cpp | 2018 Decl* decls[] = {AnonRecord, TheDecl}; ParseSimpleDeclaration() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 156 llvm::SmallVector<clang::NamedDecl *, 4> decls; addOverridesForMethod() local [all...] |