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

  /external/llvm/lib/Analysis/
DebugInfo.cpp 146 /// isDerivedType - Return true if the specified tag is legal for DIDerivedType.
147 bool DIDescriptor::isDerivedType() const {
199 return isBasicType() || isCompositeType() || isDerivedType();
302 if (!isBasicType() && !isDerivedType() && !isCompositeType()) {
418 return isDerivedType();
517 else if (BaseType.isDerivedType())
737 else if (isDerivedType()) {
    [all...]
  /external/llvm/include/llvm/
Type.h 225 bool isDerivedType() const { return getTypeID() >= FirstDerivedTyID; }
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 113 bool isDerivedType() const;
295 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 474 if (Ty.isDerivedType())
625 assert(Ty.isDerivedType() && "Unknown kind of DIType");
848 } 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 312 bool Type::isDerivedType() const {
    [all...]

Completed in 436 milliseconds