Searched refs:ActionIdx (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp3576 unsigned ActionIdx = 0; // Default is to suggest dereferencing. local
3581 ActionIdx = 1; // If its an address-of operator, just remove it.
3584 ActionIdx = 2; // If the pointee's size is sizeof(char),
3612 << ActionIdx

Completed in 152 milliseconds