Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseNullptrCheck.cpp280 ast_type_traits::DynTypedNode ContainingAncestor; in allArgUsesValid() local
283 ContainingAncestor)) in allArgUsesValid()
292 if (const auto *D = ContainingAncestor.get<Decl>()) in allArgUsesValid()
294 else if (const auto *S = ContainingAncestor.get<Stmt>()) in allArgUsesValid()