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

  /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/llvm/include/llvm/
Type.h 225 bool isDerivedType() const { return getTypeID() >= FirstDerivedTyID; }
DebugInfo.h 107 bool isDerivedType() const;
294 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 469 if (Ty.isDerivedType())
620 assert(Ty.isDerivedType() && "Unknown kind of DIType");
847 } else if (Element.isDerivedType()) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 270 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isDerivedType)
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 334 bool Type::isDerivedType() const {
    [all...]

Completed in 161 milliseconds