Home
last modified time | relevance | path

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

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