Searched refs:Declarations (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp891 ArrayRef<const ValueDecl *> Declarations) {
894 for (const ValueDecl *D : Declarations) {
906 ArrayRef<ValueDecl *> Declarations,
914 Sizes.NumUniqueDeclarations = getUniqueDeclarationsTotalNumber(Declarations);
940 Clause->setClauseInfo(Declarations, ComponentLists);
960 ArrayRef<ValueDecl *> Declarations,
965 Sizes.NumUniqueDeclarations = getUniqueDeclarationsTotalNumber(Declarations);
990 Clause->setClauseInfo(Declarations, ComponentLists);
1007 ArrayRef<ValueDecl *> Declarations,
1012 Sizes.NumUniqueDeclarations = getUniqueDeclarationsTotalNumber(Declarations);
890 getUniqueDeclarationsTotalNumber( ArrayRef<const ValueDecl *> Declarations) argument
904 Create( const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations, MappableExprComponentListsRef ComponentLists, ArrayRef<Expr *> UDMapperRefs, ArrayRef<OpenMPMapModifierKind> MapModifiers, ArrayRef<SourceLocation> MapModifiersLoc, NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc) argument
958 Create( const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations, MappableExprComponentListsRef ComponentLists, ArrayRef<Expr *> UDMapperRefs, NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) argument
1005 Create( const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations, MappableExprComponentListsRef ComponentLists, ArrayRef<Expr *> UDMapperRefs, NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) argument
1066 Create( const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, ArrayRef<Expr *> PrivateVars, ArrayRef<Expr *> Inits, ArrayRef<ValueDecl *> Declarations, MappableExprComponentListsRef ComponentLists) argument
1116 Create(const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations, MappableExprComponentListsRef ComponentLists) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4287 getUniqueDeclarationsTotalNumber(ArrayRef<const ValueDecl *> Declarations);
4470 void setClauseInfo(ArrayRef<ValueDecl *> Declarations, argument
4474 assert(getUniqueDeclarationsTotalNumber(Declarations) ==
4479 assert(Declarations.size() == ComponentLists.size() &&
4481 assert(Declarations.size() == NumComponentLists &&
4491 for (auto DI = Declarations.begin(), DE = Declarations.end(); DI != DE;
4973 /// \param Declarations Declarations used in the clause.
4987 ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp238 DenseMap<StringRef, const Record *> Declarations; local
244 const auto It = Declarations.find(Name);
245 if (It == Declarations.end()) {
246 Declarations[Name] = R;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1627 #pragma mark Namespace Declarations

Completed in 343 milliseconds