Searched defs:ReductionIdScopeSpec (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | TreeTransform.h | 1844 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() 1859 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() 1875 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPInReductionClause() 10007 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local 10055 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPTaskReductionClause() local 10100 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPInReductionClause() local
|
H A D | SemaOpenMP.cpp | 18779 Scope *S, CXXScopeSpec &ReductionIdScopeSpec, in buildDeclareReductionRef() 19074 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() 19786 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPReductionClause() 19829 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPTaskReductionClause() 19849 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPInReductionClause()
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 4012 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec, in ParseReductionId()
|