HomeSort by relevance Sort by last modified time
    Searched refs:GetParentDecl (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/clang/plugins/
CheckIPCVisitor.h 64 const T* GetParentDecl() const;
CheckIPCVisitor.cpp 99 if (auto* parent_fn_decl = GetParentDecl<FunctionDecl>()) {
150 auto* parent_decl = GetParentDecl<Decl>();
161 const T* CheckIPCVisitor::GetParentDecl() const {

Completed in 64 milliseconds