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

References

tools/clang/lib/Sema/SemaExpr.cpp
 6056                       LiteralExpr->getSourceRange().getEnd())))
 6060         << SourceRange(LParenLoc, LiteralExpr->getSourceRange().getEnd()));
 6064                SourceRange(LParenLoc, LiteralExpr->getSourceRange().getEnd())))
 6073   InitializationSequence InitSeq(*this, Entity, Kind, LiteralExpr);
 6074   ExprResult Result = InitSeq.Perform(*this, Entity, Kind, LiteralExpr,
 6078   LiteralExpr = Result.get();
 6106     if (auto ILE = dyn_cast<InitListExpr>(LiteralExpr))
 6113                                               VK, LiteralExpr, isFileScope);
 6115     if (!LiteralExpr->isTypeDependent() &&
 6116         !LiteralExpr->isValueDependent() &&
 6118       if (CheckForConstantInitializer(LiteralExpr, literalType))
 6126       << SourceRange(LParenLoc, LiteralExpr->getSourceRange().getEnd());