Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DArgumentCommentCheck.cpp123 getCommentsBeforeLoc(ASTContext *Ctx, SourceLocation Loc) { in getCommentsBeforeLoc() function
305 Comments = getCommentsBeforeLoc(Ctx, ArgsRange.getBegin()); in checkCallArgs()