Home
last modified time | relevance | path

Searched refs:getParenType (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h1144 QualType getParenType(QualType NamedType) const;
/external/clang/lib/Sema/
DSemaType.cpp1287 return Context.getParenType(T); in BuildParenType()
4376 return C.getParenType(New); in wrap()
DTreeTransform.h852 return SemaRef.Context.getParenType(InnerType); in RebuildParenType()
DSemaDecl.cpp4857 FixedType = Context.getParenType(FixedType); in TryToFixInvalidVariablyModifiedType()
/external/clang/lib/AST/
DASTContext.cpp2146 return Context.getParenType( in getFunctionTypeWithExceptionSpec()
3368 ASTContext::getParenType(QualType InnerType) const { in getParenType() function in ASTContext
DASTImporter.cpp1644 return Importer.getToContext().getParenType(ToInnerType); in VisitParenType()
/external/clang/lib/Serialization/
DASTReader.cpp5521 return Context.getParenType(InnerType); in readTypeRecord()