Home
last modified time | relevance | path

Searched refs:getReferenceQualifiedType (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp269 return Ctx.getReferenceQualifiedType(this); in getCallReturnType()
H A DASTContext.cpp6483 QualType ASTContext::getReferenceQualifiedType(const Expr *E) const { in getReferenceQualifiedType() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp75 return Ctx.getReferenceQualifiedType(E); in getResultType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1202 << (int)First << S.Context.getReferenceQualifiedType(e) in diagnoseUnsatisfiedRequirement()
H A DSemaExprCXX.cpp5489 QualType T = Self.Context.getReferenceQualifiedType(To); in TryClassUnification()
7918 Context.getReferenceQualifiedType(E).getCanonicalType(); in BuildExprRequirement()
H A DSemaType.cpp9752 return Context.getReferenceQualifiedType(E); in getDecltypeForExpr()
H A DSemaExpr.cpp20928 ArgTypes.push_back(S.Context.getReferenceQualifiedType(E->getArg(i))); in VisitCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1951 QualType getReferenceQualifiedType(const Expr *e) const;