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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1249 QualType getParenType(QualType NamedType) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1733 return Context.getParenType(T);
5454 return C.getParenType(New);
H A DSemaDecl.cpp5049 FixedType = Context.getParenType(FixedType);
H A DTreeTransform.h873 return SemaRef.Context.getParenType(InnerType);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp882 return Ctx.getParenType(innerType);
H A DASTContext.cpp2275 return Context.getParenType(
3533 ASTContext::getParenType(QualType InnerType) const { function in class:ASTContext
H A DASTImporter.cpp1695 return Importer.getToContext().getParenType(ToInnerType);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5474 return Context.getParenType(InnerType);

Completed in 326 milliseconds