Searched refs:LookupOMPReductionName (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 282 case Sema::LookupOMPReductionName: in getIDNS() 2068 case LookupOMPReductionName: in LookupQualifiedName()
|
D | SemaOpenMP.cpp | 8907 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() 11097 LookupResult Lookup(*this, Name, SourceLocation(), LookupOMPReductionName, in ActOnOpenMPDeclareReductionDirectiveStart()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 281 case Sema::LookupOMPReductionName: in getIDNS()
|
D | SemaOpenMP.cpp | 14686 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() 14746 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() 17909 LookupResult Lookup(*this, Name, SourceLocation(), LookupOMPReductionName, in ActOnOpenMPDeclareReductionDirectiveStart()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2742 LookupOMPReductionName, enumerator
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3826 LookupOMPReductionName, enumerator
|