| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 967 return prop_iterator(decls_begin()); in prop_begin() 984 return instprop_iterator(decls_begin()); in instprop_begin() 1001 return classprop_iterator(decls_begin()); in classprop_begin() 1018 return method_iterator(decls_begin()); in meth_begin() 1035 return instmeth_iterator(decls_begin()); in instmeth_begin() 1052 return classmeth_iterator(decls_begin()); in classmeth_begin() 1452 return ivar_iterator(Def->decls_begin()); in ivar_begin() 2442 return ivar_iterator(decls_begin()); in ivar_begin() 2515 return propimpl_iterator(decls_begin()); in propimpl_begin() 2749 return ivar_iterator(decls_begin()); in ivar_begin()
|
| H A D | LexicallyOrderedRecursiveASTVisitor.h | 83 for (auto I = DC->decls_begin(), E = DC->decls_end(); I != E;) { in TraverseDeclContextHelper()
|
| H A D | DeclBase.h | 2377 decl_range decls() const { return decl_range(decls_begin(), decls_end()); } 2378 decl_iterator decls_begin() const;
|
| H A D | DeclCXX.h | 666 return method_iterator(decls_begin()); in method_begin() 682 return ctor_iterator(decls_begin()); in ctor_begin() 3056 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
|
| H A D | Decl.h | 4099 return enumerator_iterator(E->decls_begin()); in enumerator_begin() 5069 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
|
| H A D | ExprCXX.h | 3201 decls_iterator decls_begin() const { in decls_begin() function 3208 return llvm::make_range(decls_begin(), decls_end()); in decls()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.cpp | 79 for (decl_iterator = linkage_spec_decl->decls_begin(); in TransformTopLevelDecl() 412 for (TypeDeclIterator i = TypeDeclIterator(FunDeclCtx->decls_begin()), in RecordPersistentTypes()
|
| H A D | ASTStructExtractor.cpp | 117 for (decl_iterator = linkage_spec_decl->decls_begin(); in ExtractFromTopLevelDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 36 (void)AST.getTranslationUnitDecl()->decls_begin(); in InitializeSema() 51 (void)HLSLNamespace->getCanonicalDecl()->decls_begin(); in InitializeSema()
|
| H A D | HeuristicResolver.cpp | 382 return {OE->decls_begin(), OE->decls_end()}; in resolveExprToDecls()
|
| H A D | Sema.cpp | 1088 for (DeclContext::decl_iterator I = RD->decls_begin(), in MethodsAndNestedClassesComplete() 2663 for (OverloadExpr::decls_iterator it = Overloads->decls_begin(), in tryExprAsCall() 2814 const NamedDecl *ND = *ULE->decls_begin(); in IsCPUDispatchCPUSpecificMultiVersion()
|
| H A D | SemaOverload.cpp | 11777 for (UnresolvedSetIterator I = OvlExpr->decls_begin(), in NoteAllOverloadCandidates() 13713 for (UnresolvedSetIterator I = OvlExpr->decls_begin(), in FindAllFunctionsThatMatchTargetTypeExactly() 13833 for (UnresolvedSetIterator I = OvlExpr->decls_begin(), in ComplainNoMatchesFound() 13956 for (auto I = Ovl->decls_begin(), E = Ovl->decls_end(); I != E; ++I) { in resolveAddressOfSingleOverloadCandidate() 14077 for (UnresolvedSetIterator I = ovl->decls_begin(), in ResolveSingleFunctionTemplateSpecialization() 14278 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates() 14296 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates() 14585 if (ULE->decls_begin() != ULE->decls_end() && in buildOverloadedCallSet() 14586 ULE->decls_begin() + 1 == ULE->decls_end() && in buildOverloadedCallSet() 14587 (F = dyn_cast<FunctionDecl>(*ULE->decls_begin())) && in buildOverloadedCallSet() [all …]
|
| 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() 7015 NS(Ctx->decls_begin()), in CodeCompleteNamespaceDecl()
|
| /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() 1190 Visit(*D->decls_begin()); in VisitLinkageSpecDecl() 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 | StmtProfile.cpp | 2193 S->getNumDecls() == 1 && isa<VarTemplateDecl>(*S->decls_begin()); in VisitOverloadExpr() 2195 VisitDecl(*S->decls_begin()); in VisitOverloadExpr()
|
| H A D | DeclBase.cpp | 1665 DeclContext::decl_iterator DeclContext::decls_begin() const { in decls_begin() function in DeclContext
|
| H A D | TextNodeDumper.cpp | 1556 UnresolvedLookupExpr::decls_iterator I = Node->decls_begin(), in VisitUnresolvedLookupExpr()
|
| H A D | Decl.cpp | 5851 decl_range(decls_begin(), decls_end())); in buffer_decls_begin()
|
| H A D | ItaniumMangle.cpp | 4818 (*lookup->decls_begin())->isCXXClassMember()) in isParenthesizedADLCallee()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 96 DeclContext::specific_decl_iterator<VarDecl> I(dc.decls_begin()), in computeMap()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10613 Merge.first->decls_begin(); in diagnoseOdrViolations() 10618 RD->decls_begin(); in diagnoseOdrViolations() 10628 Merge.first->decls_begin(); in diagnoseOdrViolations() 10630 D->decls_begin(); in diagnoseOdrViolations() 10638 Merge.first->decls_begin(); in diagnoseOdrViolations() 10640 InterfacePair.first->decls_begin(); in diagnoseOdrViolations() 10648 Merge.first->decls_begin(); in diagnoseOdrViolations() 10652 FD->decls_begin(); in diagnoseOdrViolations() 10661 Merge.first->decls_begin(); in diagnoseOdrViolations() 10663 Enum->decls_begin(); in diagnoseOdrViolations() [all …]
|
| H A D | ASTWriterStmt.cpp | 2096 for (OverloadExpr::decls_iterator OvI = E->decls_begin(), in VisitOverloadExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4400 return matchesFirstInPointerRange(InnerMatcher, Node.decls_begin(), in AST_MATCHER_P()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 675 for (DeclContext::decl_iterator DI = LSD->decls_begin(), in HandleTopLevelSingleDecl()
|