Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h391 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1175 S.Diag(Req->getNoexceptLoc(), in diagnoseUnsatisfiedRequirement()
H A DSemaTemplateInstantiate.cpp2901 return RebuildExprRequirement(E, Req->isSimple(), Req->getNoexceptLoc(), in TransformExprRequirement()
2905 Req->isSimple(), Req->getNoexceptLoc(), std::move(*TransRetReq)); in TransformExprRequirement()
H A DTreeTransform.h15116 Req->getNoexceptLoc(), in TransformExprRequirement()
15120 Req->isSimple(), Req->getNoexceptLoc(), std::move(*TransRetReq)); in TransformExprRequirement()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1704 ID.AddBoolean(ExprReq->getNoexceptLoc().isValid()); in VisitRequiresExpr()
H A DStmtPrinter.cpp2721 if (ExprReq->getNoexceptLoc().isValid()) in VisitRequiresExpr()
H A DASTImporter.cpp1162 ExpectedSLoc NoexceptLocOrErr = import(From->getNoexceptLoc()); in ImportExprRequirement()