Home
last modified time | relevance | path

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

/external/v8/tools/clang/plugins/
DCheckIPCVisitor.cpp99 if (auto* parent_fn_decl = GetParentDecl<FunctionDecl>()) { in ValidateWriteParamArgument()
150 auto* parent_decl = GetParentDecl<Decl>(); in ValidateCheckedTuple()
161 const T* CheckIPCVisitor::GetParentDecl() const { in GetParentDecl() function in chrome_checker::CheckIPCVisitor
DCheckIPCVisitor.h64 const T* GetParentDecl() const;