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

  /external/v8/tools/clang/plugins/
CheckIPCVisitor.h 67 bool IsBlacklistedTypedef(const clang::TypedefNameDecl* tdef) const;
CheckIPCVisitor.cpp 176 bool CheckIPCVisitor::IsBlacklistedTypedef(const TypedefNameDecl* tdef) const {
189 if (IsBlacklistedTypedef(tdef->getDecl())) {

Completed in 86 milliseconds