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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
  652   if (!E->getType()->isDependentType()) {
  653     if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
  657       getUuidAttrOfType(*this, E->getType(), UuidAttrs);
  666   return new (Context) CXXUuidofExpr(TypeInfoType.withConst(), E, UuidStr,