Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DArgumentCommentCheck.cpp127 getCommentsBeforeLoc(ASTContext *Ctx, SourceLocation Loc) { in getCommentsBeforeLoc() function
309 Comments = getCommentsBeforeLoc(Ctx, ArgsRange.getBegin()); in checkCallArgs()