Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseNullptrCheck.cpp231 if (!getMacroAndArgLocations(StartLoc, ImmediateMacroArgLoc, MacroLoc) || in VisitStmt()
276 if (!getMacroAndArgLocations(CastLoc, ArgLoc, MacroLoc)) in allArgUsesValid()
310 bool getMacroAndArgLocations(SourceLocation Loc, SourceLocation &ArgLoc, in getMacroAndArgLocations() function in clang::tidy::modernize::__anon88c842860111::CastSequenceVisitor