Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h309 SourceLocation RetLoc; in alignas() local
3078 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc()
3079 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp2493 if (std::optional<Loc> RetLoc = RetVal.getAs<Loc>()) in handle() local
2494 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue(); in handle()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp8957 SourceLocation RetLoc = FD->getReturnTypeSourceRange().getBegin(); in CheckExplicitlyDefaultedComparison() local
8958 if (RetLoc.isInvalid()) in CheckExplicitlyDefaultedComparison()
8959 RetLoc = FD->getBeginLoc(); in CheckExplicitlyDefaultedComparison()
8963 Info.Category, RetLoc, ComparisonCategoryUsage::DefaultedOperator); in CheckExplicitlyDefaultedComparison()