Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseNullptrCheck.cpp247 if (!getMacroAndArgLocations(StartLoc, ImmediateMacroArgLoc, MacroLoc) || in VisitStmt()
292 if (!getMacroAndArgLocations(CastLoc, ArgLoc, MacroLoc)) in allArgUsesValid()
325 bool getMacroAndArgLocations(SourceLocation Loc, SourceLocation &ArgLoc, in getMacroAndArgLocations() function in clang::tidy::modernize::__anon6c2656c60111::CastSequenceVisitor