Home
last modified time | relevance | path

Searched defs:Bindings (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang-tools-extra/clang-query/
H A DQuery.cpp84 std::vector<BoundNodes> &Bindings; global() member
/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp226 std::vector<Record *> Bindings = emitPfmCountersLookupTable() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp851 collectSubRegionBindings(SmallVectorImpl<BindingPair> & Bindings,SValBuilder & SVB,const ClusterBindings & Cluster,const SubRegion * Top,BindingKey TopKey,bool IncludeAllDefaultBindings) collectSubRegionBindings() argument
922 collectSubRegionBindings(SmallVectorImpl<BindingPair> & Bindings,SValBuilder & SVB,const ClusterBindings & Cluster,const SubRegion * Top,bool IncludeAllDefaultBindings) collectSubRegionBindings() argument
952 SmallVector<BindingPair, 32> Bindings; removeSubRegionBindings() local
1553 SmallVector<BindingPair, 16> Bindings; getExistingLazyBinding() local
2268 SmallVector<BindingPair, 32> Bindings; getInterestingValues() local
2907 RegionBindingsRef Bindings = getRegionBindings(S); printJson() local
[all...]
H A DCallEvent.cpp462 addParameterValuesToBindings(const StackFrameContext * CalleeCtx,CallEvent::BindingsTy & Bindings,SValBuilder & SVB,const CallEvent & Call,ArrayRef<ParmVarDecl * > parameters) addParameterValuesToBindings() argument
[all...]
/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp61 BindingArray Bindings; global() member
H A DDeclCXX.cpp3364 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation LSquareLoc,QualType T,TypeSourceInfo * TInfo,StorageClass SC,ArrayRef<BindingDecl * > Bindings) Create() argument
H A DASTImporter.cpp4553 SmallVector<BindingDecl *> Bindings(FromDecomp->bindings().size()); VisitVarDecl() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp613 using Bindings = llvm::SmallVector<std::pair<const MemRegion *, SVal>, 4>; typedef
/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp296 setDecompositionBindings(SourceLocation LSquareLoc,MutableArrayRef<DecompositionDeclarator::Binding> Bindings,SourceLocation RSquareLoc) setDecompositionBindings() argument
[all...]
H A DSemaDeclCXX.cpp872 SmallVector<BindingDecl*, 8> Bindings; ActOnDecompositionDeclarator() local
958 checkSimpleDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const llvm::APSInt & NumElems,QualType ElemType,llvm::function_ref<ExprResult (SourceLocation,Expr *,unsigned)> GetInit) checkSimpleDecomposition() argument
985 checkArrayLikeDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const llvm::APSInt & NumElems,QualType ElemType) checkArrayLikeDecomposition() argument
999 checkArrayDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const ConstantArrayType * CAT) checkArrayDecomposition() argument
1007 checkVectorDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const VectorType * VT) checkVectorDecomposition() argument
1017 checkComplexDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const ComplexType * CT) checkComplexDecomposition() argument
1213 checkTupleLikeDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,VarDecl * Src,QualType DecompType,const llvm::APSInt & TupleSize) checkTupleLikeDecomposition() argument
1423 checkMemberDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const CXXRecordDecl * OrigRD) checkMemberDecomposition() argument
1535 ArrayRef<BindingDecl*> Bindings = DD->bindings(); CheckCompleteDecompositionDeclaration() local
[all...]
H A DSemaTemplateInstantiateDecl.cpp1182 VisitVarDecl(VarDecl * D,bool InstantiatingVarTemplate,ArrayRef<BindingDecl * > * Bindings) VisitVarDecl() argument
H A DSemaDecl.cpp7334 ActOnVariableDeclarator(Scope * S,Declarator & D,DeclContext * DC,TypeSourceInfo * TInfo,LookupResult & Previous,MultiTemplateParamsArg TemplateParamLists,bool & AddToScope,ArrayRef<BindingDecl * > Bindings) ActOnVariableDeclarator() argument
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1802 Binding *Bindings; global() variable
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7246 SmallVector<DecompositionDeclarator::Binding, 32> Bindings; ParseDecompositionDeclarator() local
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4173 DecompositionDecl(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation LSquareLoc,QualType T,TypeSourceInfo * TInfo,StorageClass SC,ArrayRef<BindingDecl * > Bindings) DecompositionDecl() argument
[all...]
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1818 NodeArray Bindings; global() variable
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h1819 NodeArray Bindings; global() variable