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

/external/clang/include/clang/AST/
H A DASTContext.h1058 QualType getParenType(QualType NamedType) const;
/external/clang/lib/Sema/
H A DSemaType.cpp1222 return Context.getParenType(T);
3967 return C.getParenType(New);
H A DSemaDecl.cpp4239 FixedType = Context.getParenType(FixedType);
H A DTreeTransform.h784 return SemaRef.Context.getParenType(InnerType);
/external/clang/lib/AST/
H A DASTImporter.cpp1630 return Importer.getToContext().getParenType(ToInnerType);
H A DASTContext.cpp3119 ASTContext::getParenType(QualType InnerType) const { function in class:ASTContext
/external/clang/lib/Serialization/
H A DASTReader.cpp4496 return Context.getParenType(InnerType);

Completed in 169 milliseconds