Home
last modified time | relevance | path

Searched refs:RetLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h311 SourceLocation RetLoc;
3178 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; }
3179 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; }
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2445 if (std::optional<Loc> RetLoc = RetVal.getAs<Loc>()) in handle() local
2446 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue(); in handle()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9136 SourceLocation RetLoc = FD->getReturnTypeSourceRange().getBegin(); in CheckExplicitlyDefaultedComparison() local
9137 if (RetLoc.isInvalid()) in CheckExplicitlyDefaultedComparison()
9138 RetLoc = FD->getBeginLoc(); in CheckExplicitlyDefaultedComparison()
9142 Info.Category, RetLoc, ComparisonCategoryUsage::DefaultedOperator); in CheckExplicitlyDefaultedComparison()