Home | Sort by relevance Sort by last modified time |
/external/v8/tools/clang/plugins/ | |
CheckIPCVisitor.cpp | 186 details->exit_type = type; 275 std::string exit_type = details.exit_type.getAsString(); local 278 if (entry_type != exit_type) { 281 diagnostics.Report(loc, error) << exit_type << via; |
CheckIPCVisitor.h | 71 clang::QualType exit_type; member in struct:chrome_checker::CheckIPCVisitor::CheckDetails |