Home
last modified time | relevance | path

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

/external/v8/tools/clang/plugins/
DChromeClassTester.cpp57 if (InBannedDirectory(record_location)) in CheckTag()
75 if (InBannedDirectory(enum_location)) in CheckTag()
101 bool ChromeClassTester::InBannedDirectory(SourceLocation loc) { in InBannedDirectory() function in ChromeClassTester
DChromeClassTester.h43 bool InBannedDirectory(clang::SourceLocation loc);
DFindBadConstructsConsumer.cpp455 InBannedDirectory(instance().getSourceManager().getSpellingLoc(loc))); in ReportIfSpellingLocNotIgnored()
611 if (InBannedDirectory(manager.getSpellingLoc(loc))) in CheckVirtualBodies()
1004 !InBannedDirectory(var_decl->getLocStart())) { in CheckVarDecl()