Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h272 SourceLocation RetLoc; variable
2860 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc()
2861 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2471 if (std::optional<Loc> RetLoc = RetVal.getAs<Loc>()) in handle() local
2472 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue(); in handle()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp8786 SourceLocation RetLoc = FD->getReturnTypeSourceRange().getBegin(); in CheckExplicitlyDefaultedComparison() local
8787 if (RetLoc.isInvalid()) in CheckExplicitlyDefaultedComparison()
8788 RetLoc = FD->getBeginLoc(); in CheckExplicitlyDefaultedComparison()
8792 Info.Category, RetLoc, ComparisonCategoryUsage::DefaultedOperator); in CheckExplicitlyDefaultedComparison()