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

References

tools/clang/lib/AST/ASTContext.cpp
 6748   if (!Enum->isFixed())
tools/clang/lib/AST/ASTImporter.cpp
 2555           D->isScopedUsingClassTag(), D->isFixed()))
tools/clang/lib/AST/DeclPrinter.cpp
  533   if (D->isFixed() && D->getASTContext().getLangOpts().CPlusPlus11)
tools/clang/lib/AST/JSONNodeDumper.cpp
  793   if (ED->isFixed())
tools/clang/lib/AST/TextNodeDumper.cpp
 1244   if (D->isFixed())
tools/clang/lib/CodeGen/CGExpr.cpp
 1549                                 ET && !ET->getDecl()->isFixed();
tools/clang/lib/CodeGen/CodeGenTypes.cpp
  643     if (ED->isCompleteDefinition() || ED->isFixed())
tools/clang/lib/Sema/SemaChecking.cpp
10097       if (Enum->isFixed()) {
tools/clang/lib/Sema/SemaDecl.cpp
14430   if (IsFixed && Prev->isFixed()) {
14442   } else if (IsFixed != Prev->isFixed()) {
14444       << Prev->isFixed();
15422       if (IsFixed && cast<EnumDecl>(New)->isFixed()) {
16913       if (getLangOpts().CPlusPlus11 && Enum->isFixed()) {
16992       if (Enum->isFixed()) {
17017         if (T.isNull() || Enum->isFixed()) {
17023           if (Enum->isFixed())
17519         !Enum->isFixed() &&
tools/clang/lib/Sema/SemaExprCXX.cpp
 4018       assert(FromType->castAs<EnumType>()->getDecl()->isFixed() &&
tools/clang/lib/Sema/SemaInit.cpp
 4386         ET && ET->getDecl()->isFixed() &&
tools/clang/lib/Sema/SemaOverload.cpp
 2051     if (FromEnumType->getDecl()->isFixed()) {
 3808   if (!Enum->isFixed())
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1172                        D->isScoped(), D->isScopedUsingClassTag(), D->isFixed());
 1173   if (D->isFixed()) {
tools/clang/lib/Sema/SemaType.cpp
 7884     if (OnlyNeedComplete && ED->isFixed()) {
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  437   Record.push_back(D->isFixed());