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

  /external/llvm/lib/IR/
DebugInfo.cpp 188 /// isDerivedType - Return true if the specified tag is legal for DIDerivedType.
189 bool DIDescriptor::isDerivedType() const {
241 return isBasicType() || isCompositeType() || isDerivedType();
344 if (!isBasicType() && !isDerivedType() && !isCompositeType()) {
463 return isDerivedType() && DbgNode->getNumOperands() >= 10 &&
600 if (BaseType.isDerivedType())
827 if (T.isDerivedType())
909 } else if (DT.isDerivedType()) {
1023 } else if (this->isDerivedType()) {
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 244 bool isDerivedType() const { return getTypeID() >= FirstDerivedTyID; }
  /external/llvm/include/llvm/
DebugInfo.h 108 bool isDerivedType() const;
289 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType());
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 576 if (Ty.isDerivedType())
740 assert(Ty.isDerivedType() && "Unknown kind of DIType");
    [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 361 bool Type::isDerivedType() const {
    [all...]

Completed in 101 milliseconds