Searched refs:getCVRQualifiedType (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp4685 QualType ImplicitParamType = S.Context.getCVRQualifiedType(ClassType, Quals);
6465 QualType QPointeeTy = Context.getCVRQualifiedType(PointeeTy, CVR);
6515 QualType QPointeeTy = Context.getCVRQualifiedType(PointeeTy, CVR);
6847 S.Context.getCVRQualifiedType(CandidateTy, Qualifiers::Restrict));
6856 S.Context.getCVRQualifiedType(CandidateTy,
7424 S.Context.getCVRQualifiedType(*Ptr,
7473 S.Context.getCVRQualifiedType(*Ptr,
H A DSemaExprCXX.cpp4153 Result = Context.getCVRQualifiedType(Result, LHSType.getCVRQualifiers());
H A DSemaDeclCXX.cpp9383 Context.getCVRQualifiedType(
9812 Context.getCVRQualifiedType(
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1464 QualType getCVRQualifiedType(QualType T, unsigned CVR) const { function in class:clang::ASTContext

Completed in 451 milliseconds