Searched defs:ReductionTypes (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ | ||
H A D | ParseOpenMP.cpp | 318 SmallVector<std::pair<QualType, SourceLocation>, 8> ReductionTypes; ParseOpenMPDeclareReductionDirective() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiateDecl.cpp | 3620 std::pair<QualType, SourceLocation> ReductionTypes[] = { VisitOMPDeclareReductionDecl() local |
H A D | SemaOpenMP.cpp | 22498 ActOnOpenMPDeclareReductionDirectiveStart(Scope * S,DeclContext * DC,DeclarationName Name,ArrayRef<std::pair<QualType,SourceLocation>> ReductionTypes,AccessSpecifier AS,Decl * PrevDeclInScope) ActOnOpenMPDeclareReductionDirectiveStart() argument |