Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp3251 unsigned ActionIdx = 0; // Default is to suggest dereferencing. in CheckMemaccessArguments() local
3256 ActionIdx = 1; // If its an address-of operator, just remove it. in CheckMemaccessArguments()
3259 ActionIdx = 2; // If the pointee's size is sizeof(char), in CheckMemaccessArguments()
3287 << ActionIdx in CheckMemaccessArguments()