Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseNullptrCheck.cpp296 DynTypedNode ContainingAncestor; in allArgUsesValid() local
298 ContainingAncestor)) in allArgUsesValid()
307 if (const auto *D = ContainingAncestor.get<Decl>()) in allArgUsesValid()
309 else if (const auto *S = ContainingAncestor.get<Stmt>()) in allArgUsesValid()