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

References

tools/clang/include/clang/AST/Decl.h
 3326   bool isInterface() const { return getTagKind() == TTK_Interface; }
tools/clang/lib/AST/DeclCXX.cpp
  676         cast<TagDecl>(D)->getTagKind() == TTK_Interface))
 1380   if (getTagKind() == TTK_Class || getTagKind() == TTK_Interface ||
tools/clang/lib/AST/MicrosoftMangle.cpp
 2448     case TTK_Interface:
tools/clang/lib/AST/RecordLayoutBuilder.cpp
 2027   case TTK_Interface: return 1;
tools/clang/lib/AST/Type.cpp
 2635   case TST_interface: return TTK_Interface;
 2648   case TTK_Interface: return ETK_Interface;
 2660   case ETK_Interface: return TTK_Interface;
tools/clang/lib/Index/IndexSymbol.cpp
  116     case TTK_Interface:
tools/clang/lib/Index/USRGeneration.cpp
  510       case TTK_Interface:
  522       case TTK_Interface:
  534       case TTK_Interface:
tools/clang/lib/Sema/SemaCodeComplete.cpp
 1457            RD->getTagKind() == TTK_Interface;
 1887           case TTK_Interface:
 3820       case TTK_Interface: // fall through
tools/clang/lib/Sema/SemaDecl.cpp
  617       case TTK_Interface: return DeclSpec::TST_interface;
  805       case TTK_Interface:
14460   case TTK_Interface: return 1;
14472   return Tag == TTK_Struct || Tag == TTK_Class || Tag == TTK_Interface;
14489   case TTK_Interface:
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1660   case TTK_Interface: return 1;
tools/clang/lib/Sema/SemaType.cpp
 3018       case TTK_Interface: Error = 6; /* Interface member */ break;
 8159   case TTK_Interface: return 1;
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 2977         TagX->getTagKind() == TTK_Interface) &&
 2979         TagY->getTagKind() == TTK_Interface));
tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
   69   case TTK_Interface:
tools/clang/tools/extra/clang-doc/Generators.cpp
   50   case TagTypeKind::TTK_Interface:
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
   45     IO.enumCase(Value, "Interface", clang::TagTypeKind::TTK_Interface);
tools/clang/tools/libclang/CIndexCXX.cpp
   66       case TTK_Interface:
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
   99     return clang::TTK_Interface;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
   55     return clang::TTK_Interface;