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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 3325   auto *A = new (C) EnableIfAttr(C, *this, cond, getMessage());
 3338     OS << " __attribute__((enable_if(" << getCond() << ", \"" << getMessage() << "\")))";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  216     OS << " \"" << SA->getMessage() << "\"";
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
  415         return new (C) EnableIfAttr(C, *A, tempInstCond, A->getMessage());
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  577     Record.AddString(SA->getMessage());
tools/clang/lib/Sema/SemaExpr.cpp
 5497         << Attr->getCond()->getSourceRange() << Attr->getMessage();
tools/clang/lib/Sema/SemaOverload.cpp
10560       << Attr->getCond()->getSourceRange() << Attr->getMessage();
13545           << Attr->getCond()->getSourceRange() << Attr->getMessage();
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  220                                                       Cond, EIA->getMessage()));