CheckIPCVisitor.h | 9 // typedefs, because their definitions rely on the preprocessor. For 14 // 1. Types: long / unsigned long (but not typedefs to) 15 // 2. Typedefs: intmax_t, uintmax_t, intptr_t, uintptr_t, wint_t, 17 // time_t, suseconds_t (including typedefs to) 72 llvm::SmallVector<const clang::TypedefType*, 5> typedefs; member in struct:chrome_checker::CheckIPCVisitor::CheckDetails
|