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.cpp274 return Ctx.getReferenceQualifiedType(this); in getCallReturnType()
H A DASTContext.cpp6064 QualType ASTContext::getReferenceQualifiedType(const Expr *E) const { in getReferenceQualifiedType() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp76 return Ctx.getReferenceQualifiedType(E); in getResultType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1189 << (int)First << S.Context.getReferenceQualifiedType(e) in diagnoseUnsatisfiedRequirement()
H A DSemaExprCXX.cpp6483 QualType T = Self.Context.getReferenceQualifiedType(To); in TryClassUnification()
9309 Context.getReferenceQualifiedType(E).getCanonicalType(); in BuildExprRequirement()
H A DSemaType.cpp9467 return Context.getReferenceQualifiedType(E); in getDecltypeForExpr()
H A DSemaExpr.cpp20434 ArgTypes.push_back(S.Context.getReferenceQualifiedType(E->getArg(i))); in VisitCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1773 QualType getReferenceQualifiedType(const Expr *e) const;