/llvm-project/clang-tools-extra/clang-query/ |
H A D | Query.cpp | 84 std::vector<BoundNodes> &Bindings; global() member
|
/llvm-project/llvm/utils/TableGen/ |
H A D | ExegesisEmitter.cpp | 226 std::vector<Record *> Bindings = emitPfmCountersLookupTable() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 851 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 D | CallEvent.cpp | 462 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 D | ItaniumCXXABI.cpp | 61 BindingArray Bindings; global() member
|
H A D | DeclCXX.cpp | 3364 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation LSquareLoc,QualType T,TypeSourceInfo * TInfo,StorageClass SC,ArrayRef<BindingDecl * > Bindings) Create() argument
|
H A D | ASTImporter.cpp | 4553 SmallVector<BindingDecl *> Bindings(FromDecomp->bindings().size()); VisitVarDecl() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 613 using Bindings = llvm::SmallVector<std::pair<const MemRegion *, SVal>, 4>; typedef
|
/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 296 setDecompositionBindings(SourceLocation LSquareLoc,MutableArrayRef<DecompositionDeclarator::Binding> Bindings,SourceLocation RSquareLoc) setDecompositionBindings() argument [all...] |
H A D | SemaDeclCXX.cpp | 872 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 D | SemaTemplateInstantiateDecl.cpp | 1182 VisitVarDecl(VarDecl * D,bool InstantiatingVarTemplate,ArrayRef<BindingDecl * > * Bindings) VisitVarDecl() argument
|
H A D | SemaDecl.cpp | 7334 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 D | DeclSpec.h | 1802 Binding *Bindings; global() variable
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 7246 SmallVector<DecompositionDeclarator::Binding, 32> Bindings; ParseDecompositionDeclarator() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 4173 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 D | ItaniumDemangle.h | 1818 NodeArray Bindings; global() variable
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 1819 NodeArray Bindings; global() variable
|