Home
last modified time | relevance | path

Searched refs:flat_bindings (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1073 for (auto *B : DD->flat_bindings()) in canVarDeclThrow()
H A DSemaDeclCXX.cpp1026 for (auto *B : DD->flat_bindings()) { in checkSimpleDecomposition()
1309 for (auto *B : DD->flat_bindings()) { in checkTupleLikeDecomposition()
1543 auto FlatBindings = DD->flat_bindings(); in checkMemberDecomposition()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4283 auto flat_bindings() const { in flat_bindings() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2078 for (auto *B : DD->flat_bindings()) in MaybeEmitDeferredVarDeclInit()
H A DCGDebugInfo.cpp5302 for (BindingDecl *B : DD->flat_bindings()) in EmitDeclareOfAutoVariable()
H A DCodeGenModule.cpp7225 for (auto *B : DD->flat_bindings()) in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp5322 for (auto *BD : DD->flat_bindings()) in maybeEmitDeferredVarInit()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13052 for (const auto *BD : DD->flat_bindings()) in DeclMustBeEmitted()
H A DExprConstant.cpp5256 for (auto *BD : DD->flat_bindings()) in EvaluateDecompositionDeclInit()