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

Declarations

tools/clang/include/clang/AST/Type.h
 5734   bool isKindOfType() const;

References

tools/clang/include/clang/AST/Type.h
 5960   bool isKindOfType() const { return getObjectType()->isKindOfType(); }
tools/clang/lib/AST/ASTContext.cpp
 8156     if (!RHS->isKindOfType())
 8394   bool anyKindOf = LHS->isKindOfType() || RHS->isKindOfType();
 8394   bool anyKindOf = LHS->isKindOfType() || RHS->isKindOfType();
 8432       if (anyChanges || LHS->isKindOfType() != anyKindOf) {
 8435                                    anyKindOf || LHS->isKindOfType());
 8482       if (anyChanges || RHS->isKindOfType() != anyKindOf) {
 8485                                    anyKindOf || RHS->isKindOfType());
tools/clang/lib/AST/ItaniumMangle.cpp
 3260   if (T->isKindOfType())
tools/clang/lib/AST/MicrosoftMangle.cpp
 2771   if (T->isKindOfType())
tools/clang/lib/AST/ODRHash.cpp
  928     Hash.AddBoolean(T->isKindOfType());
tools/clang/lib/AST/Type.cpp
  744     return objcObject->isKindOfType();
  753   if (!isKindOfType() && qual_empty())
 1399     if (!objType->isKindOfType())