Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprObjC.cpp274 return Ctx.getReferenceQualifiedType(this); in getCallReturnType()
H A DASTContext.cpp5667 QualType ASTContext::getReferenceQualifiedType(const Expr *E) const { in getReferenceQualifiedType() function in ASTContext
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp76 return Ctx.getReferenceQualifiedType(E); in getResultType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaConcept.cpp883 << (int)First << S.Context.getReferenceQualifiedType(e) in diagnoseUnsatisfiedRequirement()
H A DSemaExprCXX.cpp6118 QualType T = Self.Context.getReferenceQualifiedType(To); in TryClassUnification()
9024 Context.getReferenceQualifiedType(E).getCanonicalType(); in BuildExprRequirement()
H A DSemaType.cpp9292 return Context.getReferenceQualifiedType(E); in getDecltypeForExpr()
H A DSemaExpr.cpp20681 ArgTypes.push_back(S.Context.getReferenceQualifiedType(E->getArg(i))); in VisitCallExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1692 QualType getReferenceQualifiedType(const Expr *e) const;