Home
last modified time | relevance | path

Searched defs:RetLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseNodiscardCheck.cpp119 SourceLocation RetLoc = MatchedDecl->getInnerLocStart(); in check() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp378 if (const TypeLoc RetLoc = FTL.getReturnLoc()) in getUserDefinedConversionHighlight() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2310 if (Optional<Loc> RetLoc = RetVal.getAs<Loc>()) in handle() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h270 SourceLocation RetLoc; in alignas() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp8700 SourceLocation RetLoc = FD->getReturnTypeSourceRange().getBegin(); in CheckExplicitlyDefaultedComparison() local