Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDExegesisEmitter.cpp182 std::vector<Record *> Bindings = in emitPfmCountersLookupTable() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDRegionStore.cpp866 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, in collectSubRegionBindings()
938 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, in collectSubRegionBindings()
968 SmallVector<BindingPair, 32> Bindings; in removeSubRegionBindings() local
1615 SmallVector<BindingPair, 16> Bindings; in getExistingLazyBinding() local
2070 SmallVector<BindingPair, 32> Bindings; in getInterestingValues() local
2678 RegionBindingsRef Bindings = getRegionBindings(S); in printJson() local
HDCallEvent.cpp506 CallEvent::BindingsTy &Bindings, in addParameterValuesToBindings()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDItaniumCXXABI.cpp60 BindingArray Bindings; member
HDDeclCXX.cpp3103 ArrayRef<BindingDecl *> Bindings) { in Create()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp282 ArrayRef<DecompositionDeclarator::Binding> Bindings, in setDecompositionBindings()
HDSemaDeclCXX.cpp815 SmallVector<BindingDecl*, 8> Bindings; in ActOnDecompositionDeclarator() local
874 Sema &S, ArrayRef<BindingDecl *> Bindings, ValueDecl *Src, in checkSimpleDecomposition()
900 ArrayRef<BindingDecl *> Bindings, in checkArrayLikeDecomposition()
914 static bool checkArrayDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings, in checkArrayDecomposition()
922 static bool checkVectorDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings, in checkVectorDecomposition()
932 ArrayRef<BindingDecl *> Bindings, in checkComplexDecomposition()
1118 ArrayRef<BindingDecl *> Bindings, in checkTupleLikeDecomposition()
1326 static bool checkMemberDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings, in checkMemberDecomposition()
1427 ArrayRef<BindingDecl*> Bindings = DD->bindings(); in CheckCompleteDecompositionDeclaration() local
HDSemaTemplateInstantiateDecl.cpp902 ArrayRef<BindingDecl*> *Bindings) { in VisitVarDecl()
HDSemaDecl.cpp6644 bool &AddToScope, ArrayRef<BindingDecl *> Bindings) { in ActOnVariableDeclarator()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp6175 SmallVector<DecompositionDeclarator::Binding, 32> Bindings; in ParseDecompositionDeclarator() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h1702 Binding *Bindings; variable
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h3878 ArrayRef<BindingDecl *> Bindings) in DecompositionDecl()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDItaniumDemangle.h1535 NodeArray Bindings; variable