Home
last modified time | relevance | path

Searched defs:ReductionTypes (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp318 SmallVector<std::pair<QualType, SourceLocation>, 8> ReductionTypes; ParseOpenMPDeclareReductionDirective() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3620 std::pair<QualType, SourceLocation> ReductionTypes[] = { VisitOMPDeclareReductionDecl() local
H A DSemaOpenMP.cpp22498 ActOnOpenMPDeclareReductionDirectiveStart(Scope * S,DeclContext * DC,DeclarationName Name,ArrayRef<std::pair<QualType,SourceLocation>> ReductionTypes,AccessSpecifier AS,Decl * PrevDeclInScope) ActOnOpenMPDeclareReductionDirectiveStart() argument