HomeSort by relevance Sort by last modified time
    Searched defs:isKindOfType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Type.cpp 483 if (!OPT->isKindOfType())
506 if (!OPT->isKindOfType())
607 bool ObjCObjectType::isKindOfType() const {
617 return objcObject->isKindOfType();
626 if (!isKindOfType() && qual_empty())
646 if (!isKindOfType() && qual_empty())
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 44 milliseconds