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

/external/clang/include/clang/AST/
H A DType.h889 if (isa<ParenType>(*this))
2115 class ParenType : public Type, public llvm::FoldingSetNode { class in namespace:clang
2118 ParenType(QualType InnerType, QualType CanonType) : function in class:clang::ParenType

Completed in 47 milliseconds