Searched defs:isCompositeType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DDebugInfo.cpp163 return isCompositeType();
167 /// isCompositeType - Return true if the specified tag is legal for
169 bool DIDescriptor::isCompositeType() const { function in class:DIDescriptor
200 return isBasicType() || isCompositeType() || isDerivedType();
303 if (!isBasicType() && !isDerivedType() && !isCompositeType()) {
759 if (T.isCompositeType())
880 if (DT.isCompositeType()) {
1011 } else if (this->isCompositeType()) {

Completed in 500 milliseconds