reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
11217     DeclarationName AllocatorName = &S.getASTContext().Idents.get(Allocator);
11219         S.LookupSingleName(S.TUScope, AllocatorName, Loc, Sema::LookupAnyName));
11219         S.LookupSingleName(S.TUScope, AllocatorName, Loc, Sema::LookupAnyName));
11225         VD->getType().getNonLValueExprType(S.getASTContext());
11226     ExprResult Res = S.BuildDeclRefExpr(VD, AllocatorType, VK_LValue, Loc);
11233     if (!S.getASTContext().hasSameType(OMPAllocatorHandleT, AllocatorType)) {
11240     S.Diag(Loc, diag::err_implied_omp_allocator_handle_t_not_found);