Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DConstReturnTypeCheck.cpp76 llvm::SmallVector<clang::SourceLocation, 4> DeclLocs; member
103 Result.DeclLocs.push_back(Decl->getInnerLocStart()); in checkDef()
145 for (auto Loc : CR.DeclLocs) in check()