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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 8277         X->IgnoreParenImpCasts()->Profile(XId, SemaRef.getASTContext(),
 8279         LHS->IgnoreParenImpCasts()->Profile(LHSId, SemaRef.getASTContext(),
 8281         RHS->IgnoreParenImpCasts()->Profile(RHSId, SemaRef.getASTContext(),
 8316     SemaRef.Diag(ErrorLoc, DiagId) << ErrorRange;
 8317     SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange;
 8320   if (SemaRef.CurContext->isDependentContext())
 8364           E = SemaRef.ActOnIntegerConstant(OpLoc, /*uint64_t Val=*/1).get();
 8389     SemaRef.Diag(ErrorLoc, DiagId) << ErrorRange;
 8390     SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange;
 8393   if (SemaRef.CurContext->isDependentContext())
 8399     auto *OVEX = new (SemaRef.getASTContext())
 8401     auto *OVEExpr = new (SemaRef.getASTContext())
 8404         SemaRef.CreateBuiltinBinOp(OpLoc, Op, IsXLHSInRHSPart ? OVEX : OVEExpr,
 8408     Update = SemaRef.PerformImplicitConversion(Update.get(), X->getType(),