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

  /external/llvm/lib/IR/
DebugInfo.cpp 172 /// isDerivedType - Return true if the specified tag is legal for DIDerivedType.
173 bool DIDescriptor::isDerivedType() const {
228 return isBasicType() || isCompositeType() || isDerivedType();
476 else if (isDerivedType())
497 return isDerivedType() && DbgNode->getNumOperands() >= 10 &&
944 if (T.isDerivedType()) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 269 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isDerivedType)
  /external/llvm/include/llvm/IR/
DebugInfo.h 128 bool isDerivedType() const;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 751 if (DTy.isDerivedType()) {
812 if (BaseType.isDerivedType())
    [all...]

Completed in 52 milliseconds