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

/external/clang/include/clang/AST/
H A DType.h850 if (isa<ParenType>(*this))
1936 /// ParenType - Sugar for parentheses used when specifying types.
1938 class ParenType : public Type, public llvm::FoldingSetNode { class in namespace:clang
1941 ParenType(QualType InnerType, QualType CanonType) : function in class:clang::ParenType

Completed in 140 milliseconds