Home
last modified time | relevance | path

Searched refs:PrevDRDInScope (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp11139 auto *PrevDRDInScope = PrevDRD = in ActOnOpenMPDeclareReductionDirectiveStart() local
11142 PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()
11143 PrevDRDInScope->getLocation(); in ActOnOpenMPDeclareReductionDirectiveStart()
11144 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()
11145 } while (PrevDRDInScope != nullptr); in ActOnOpenMPDeclareReductionDirectiveStart()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp17951 auto *PrevDRDInScope = PrevDRD = in ActOnOpenMPDeclareReductionDirectiveStart() local
17954 PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()
17955 PrevDRDInScope->getLocation(); in ActOnOpenMPDeclareReductionDirectiveStart()
17956 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()
17957 } while (PrevDRDInScope != nullptr); in ActOnOpenMPDeclareReductionDirectiveStart()