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

  /external/v8/tools/clang/plugins/
CheckIPCVisitor.h 66 bool IsBlacklistedType(clang::QualType type) const;
CheckIPCVisitor.cpp 171 bool CheckIPCVisitor::IsBlacklistedType(QualType type) const {
205 return seen_typedef || !IsBlacklistedType(type);

Completed in 70 milliseconds