Searched defs:Bindings (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp182 std::vector<Record *> Bindings = local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp289 setDecompositionBindings( SourceLocation LSquareLoc, ArrayRef<DecompositionDeclarator::Binding> Bindings, SourceLocation RSquareLoc) argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp896 VisitVarDecl(VarDecl *D, bool InstantiatingVarTemplate, ArrayRef<BindingDecl*> *Bindings) argument
H A DSemaDecl.cpp6779 ActOnVariableDeclarator( Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamLists, bool &AddToScope, ArrayRef<BindingDecl *> Bindings) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp469 addParameterValuesToBindings(const StackFrameContext *CalleeCtx, CallEvent::BindingsTy &Bindings, SValBuilder &SVB, const CallEvent &Call, ArrayRef<ParmVarDecl*> parameters) argument
[all...]
H A DRegionStore.cpp858 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, argument
930 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, argument
960 SmallVector<BindingPair, 32> Bindings; local
1576 SmallVector<BindingPair, 16> Bindings; local
2635 RegionBindingsRef Bindings = getRegionBindings(S); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h276 SmallVector<BoundNodesMap, 1> Bindings; member in class:clang::ast_matchers::internal::BoundNodesTreeBuilder
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6120 SmallVector<DecompositionDeclarator::Binding, 32> Bindings; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1535 NodeArray Bindings; member in class:StructuredBindingName
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3904 DecompositionDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation LSquareLoc, QualType T, TypeSourceInfo *TInfo, StorageClass SC, ArrayRef<BindingDecl *> Bindings) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1701 Binding *Bindings; member in class:clang::DecompositionDeclarator

Completed in 383 milliseconds