Home
last modified time | relevance | path

Searched defs:isDerivedType (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DType.h244 bool isDerivedType() const { return getTypeID() >= FirstDerivedTyID; } in isDerivedType() function
/external/llvm/lib/IR/
DDebugInfo.cpp189 bool DIDescriptor::isDerivedType() const { in isDerivedType() function in DIDescriptor
/external/clang/lib/AST/
DType.cpp361 bool Type::isDerivedType() const { in isDerivedType() function in Type