|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/lib/Basic/IdentifierTable.cpp 279 switch (HASH(Len, Name[0], Name[2])) {
279 switch (HASH(Len, Name[0], Name[2])) {
281 CASE( 2, 'i', '\0', if);
282 CASE( 4, 'e', 'i', elif);
283 CASE( 4, 'e', 's', else);
284 CASE( 4, 'l', 'n', line);
285 CASE( 4, 's', 'c', sccs);
286 CASE( 5, 'e', 'd', endif);
287 CASE( 5, 'e', 'r', error);
288 CASE( 5, 'i', 'e', ident);
289 CASE( 5, 'i', 'd', ifdef);
290 CASE( 5, 'u', 'd', undef);
292 CASE( 6, 'a', 's', assert);
293 CASE( 6, 'd', 'f', define);
294 CASE( 6, 'i', 'n', ifndef);
295 CASE( 6, 'i', 'p', import);
296 CASE( 6, 'p', 'a', pragma);
298 CASE( 7, 'd', 'f', defined);
299 CASE( 7, 'i', 'c', include);
300 CASE( 7, 'w', 'r', warning);
302 CASE( 8, 'u', 'a', unassert);
303 CASE(12, 'i', 'c', include_next);
305 CASE(14, '_', 'p', __public_macro);
307 CASE(15, '_', 'p', __private_macro);
309 CASE(16, '_', 'i', __include_macros);