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

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 4272   return Node.isConstexpr();
tools/clang/lib/AST/ASTImporter.cpp
 5845   return IfStmt::Create(Importer.getToContext(), ToIfLoc, S->isConstexpr(),
tools/clang/lib/AST/JSONNodeDumper.cpp
 1420   attributeOnlyIfTrue("isConstexpr", IS->isConstexpr());
tools/clang/lib/CodeGen/CGStmt.cpp
  647                                    S.isConstexpr())) {
  656     if (S.isConstexpr() || !ContainsLabel(Skipped)) {
tools/clang/lib/Sema/JumpDiagnostics.cpp
  359     if (!(IS->isConstexpr() || IS->isObjCAvailabilityCheck()))
  362     unsigned Diag = IS->isConstexpr() ? diag::note_protected_by_constexpr_if
tools/clang/lib/Sema/TreeTransform.h
 6826       S->isConstexpr() ? Sema::ConditionKind::ConstexprIf
 6833   if (S->isConstexpr())
 6861   return getDerived().RebuildIfStmt(S->getIfLoc(), S->isConstexpr(), Cond,
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  139   Record.push_back(S->isConstexpr());