Home
last modified time | relevance | path

Searched refs:getNoexceptLoc (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprConcepts.h370 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaConcept.cpp476 S.Diag(Req->getNoexceptLoc(), in diagnoseUnsatisfiedRequirement()
H A DSemaTemplateInstantiate.cpp2003 return RebuildExprRequirement(E, Req->isSimple(), Req->getNoexceptLoc(), in TransformExprRequirement()
2007 Req->isSimple(), Req->getNoexceptLoc(), std::move(*TransRetReq)); in TransformExprRequirement()
H A DTreeTransform.h12689 Req->getNoexceptLoc(), in TransformExprRequirement()
12693 Req->isSimple(), Req->getNoexceptLoc(), std::move(*TransRetReq)); in TransformExprRequirement()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp1598 ID.AddBoolean(ExprReq->getNoexceptLoc().isValid()); in VisitRequiresExpr()
H A DStmtPrinter.cpp2500 if (ExprReq->getNoexceptLoc().isValid()) in VisitRequiresExpr()