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

  /external/llvm/include/llvm/
Type.h 225 bool isDerivedType() const { return getTypeID() >= FirstDerivedTyID; }
  /external/llvm/lib/VMCore/
DebugInfo.cpp 146 /// isDerivedType - Return true if the specified tag is legal for DIDerivedType.
147 bool DIDescriptor::isDerivedType() const {
200 return isBasicType() || isCompositeType() || isDerivedType();
303 if (!isBasicType() && !isDerivedType() && !isCompositeType()) {
421 return isDerivedType();
524 if (BaseType.isDerivedType())
762 if (T.isDerivedType())
891 } else if (DT.isDerivedType()) {
1009 } else if (this->isDerivedType()) {
    [all...]
  /external/clang/lib/AST/
Type.cpp 334 bool Type::isDerivedType() const {
    [all...]

Completed in 886 milliseconds