| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | LexicallyOrderedRecursiveASTVisitor.h | 83 for (auto I = DC->decls_begin(), E = DC->decls_end(); I != E;) { in TraverseDeclContextHelper()
|
| H A D | DeclObjC.h | 971 return prop_iterator(decls_end()); in prop_end() 988 return instprop_iterator(decls_end()); in instprop_end() 1005 return classprop_iterator(decls_end()); in classprop_end() 1022 return method_iterator(decls_end()); in meth_end() 1039 return instmeth_iterator(decls_end()); in instmeth_end() 1056 return classmeth_iterator(decls_end()); in classmeth_end() 1460 return ivar_iterator(Def->decls_end()); in ivar_end() 2446 return ivar_iterator(decls_end()); in ivar_end() 2519 return propimpl_iterator(decls_end()); in propimpl_end() 2753 return ivar_iterator(decls_end()); in ivar_end()
|
| H A D | DeclBase.h | 2377 decl_range decls() const { return decl_range(decls_begin(), decls_end()); } 2379 decl_iterator decls_end() const { return decl_iterator(); }
|
| H A D | DeclCXX.h | 671 return method_iterator(decls_end()); in method_end() 686 return ctor_iterator(decls_end()); in ctor_end()
|
| H A D | ExprCXX.h | 3204 decls_iterator decls_end() const { in decls_end() function 3208 return llvm::make_range(decls_begin(), decls_end()); in decls()
|
| H A D | Decl.h | 4106 return enumerator_iterator(E->decls_end()); in enumerator_end()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.cpp | 80 decl_iterator != linkage_spec_decl->decls_end(); ++decl_iterator) { in TransformTopLevelDecl() 413 e = TypeDeclIterator(FunDeclCtx->decls_end()); in RecordPersistentTypes()
|
| H A D | ASTStructExtractor.cpp | 118 decl_iterator != linkage_spec_decl->decls_end(); ++decl_iterator) { in ExtractFromTopLevelDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 456 for (DeclContext::decl_iterator D = DC->decls_begin(), DEnd = DC->decls_end(); in VisitDeclContext() 1484 else if (SID || (OID->decls_begin() != OID->decls_end())) { in VisitObjCImplementationDecl() 1544 else if (SID || (OID->decls_begin() != OID->decls_end())) { in VisitObjCInterfaceDecl()
|
| H A D | Decl.cpp | 5851 decl_range(decls_begin(), decls_end())); in buffer_decls_begin() 5857 decl_range(decls_end(), decls_end())); in buffer_decls_end()
|
| H A D | TextNodeDumper.cpp | 1557 E = Node->decls_end(); in VisitUnresolvedLookupExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HeuristicResolver.cpp | 382 return {OE->decls_begin(), OE->decls_end()}; in resolveExprToDecls()
|
| H A D | Sema.cpp | 1089 E = RD->decls_end(); in MethodsAndNestedClassesComplete() 2664 DeclsEnd = Overloads->decls_end(); it != DeclsEnd; ++it) { in tryExprAsCall()
|
| H A D | SemaOverload.cpp | 11778 IEnd = OvlExpr->decls_end(); in NoteAllOverloadCandidates() 13714 E = OvlExpr->decls_end(); in FindAllFunctionsThatMatchTargetTypeExactly() 13834 IEnd = OvlExpr->decls_end(); in ComplainNoMatchesFound() 13956 for (auto I = Ovl->decls_begin(), E = Ovl->decls_end(); I != E; ++I) { in resolveAddressOfSingleOverloadCandidate() 14078 E = ovl->decls_end(); I != E; ++I) { in ResolveSingleFunctionTemplateSpecialization() 14279 E = ULE->decls_end(); I != E; ++I) { in AddOverloadedCallCandidates() 14297 E = ULE->decls_end(); I != E; ++I) in AddOverloadedCallCandidates() 14585 if (ULE->decls_begin() != ULE->decls_end() && in buildOverloadedCallSet() 14586 ULE->decls_begin() + 1 == ULE->decls_end() && in buildOverloadedCallSet() 16142 E = UnresExpr->decls_end(); I != E; ++I) { in BuildCallToMemberFunction()
|
| H A D | SemaCoroutine.cpp | 252 Functions.append(Lookup->decls_begin(), Lookup->decls_end()); in BuildOperatorCoawaitCall()
|
| H A D | SemaCodeComplete.cpp | 6362 Decls.append(UME->decls_begin(), UME->decls_end()); in ProduceCallSignatureHelp() 7016 NSEnd(Ctx->decls_end()); in CodeCompleteNamespaceDecl()
|
| H A D | SemaTemplateDeduction.cpp | 4169 E = Ovl->decls_end(); I != E; ++I) { in ResolveOverloadForDeduction()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 7026 ParentDC->decls_end()); in FindInstantiatedDecl()
|
| H A D | TreeTransform.h | 16460 Functions.append(Callee->decls_begin(), Callee->decls_end()); in TransformCXXFoldExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 97 E(dc.decls_end()); in computeMap()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4401 Node.decls_end(), Finder, in AST_MATCHER_P() 4402 Builder) != Node.decls_end(); in AST_MATCHER_P()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2097 OvE = E->decls_end(); in VisitOverloadExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 676 DIEnd = LSD->decls_end(); in HandleTopLevelSingleDecl()
|
| H A D | RewriteModernObjC.cpp | 745 DIEnd = LSD->decls_end(); in HandleTopLevelSingleDecl()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 7476 de = field_record_decl->decls_end(); in BuildIndirectFields()
|