HomeSort by: relevance | last modified time | path
    Searched refs:Declarations (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 1068 ArrayRef<const ValueDecl *> Declarations) {
1071 for (const ValueDecl *D : Declarations) {
1083 ArrayRef<ValueDecl *> Declarations,
1091 Sizes.NumUniqueDeclarations = getUniqueDeclarationsTotalNumber(Declarations);
1098 // NumUniqueDeclarations x ValueDecl* - unique base declarations associated
1117 Clause->setClauseInfo(Declarations, ComponentLists);
1137 ArrayRef<ValueDecl *> Declarations,
1144 Sizes.NumUniqueDeclarations = getUniqueDeclarationsTotalNumber(Declarations);
1151 // NumUniqueDeclarations x ValueDecl* - unique base declarations associated
1170 Clause->setClauseInfo(Declarations, ComponentLists)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 4886 // Return the total number of elements in a list of declarations. All
4887 // declarations are expected to be canonical.
4889 getUniqueDeclarationsTotalNumber(ArrayRef<const ValueDecl *> Declarations);
4897 /// Number of unique base declarations.
4919 /// Number of unique declarations in this clause.
4940 /// Build a clause for \a NumUniqueDeclarations declarations, \a
4950 /// NumUniqueDeclarations: number of unique base declarations in this clause;
4974 /// Get the unique declarations that are in the trailing objects of the
4982 /// Get the unique declarations that are in the trailing objects of the
4991 /// Set the unique declarations that are in the trailing objects of th
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.cpp 238 DenseMap<StringRef, const Record *> Declarations;
240 // There cannot be multiple declarations with the same name.
244 const auto It = Declarations.find(Name);
245 if (It == Declarations.end()) {
246 Declarations[Name] = R;

Completed in 59 milliseconds