Searched defs:CorrectionFlagPtr (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Parse/
H A DParseExprCXX.cpp465 bool *CorrectionFlagPtr = ColonIsSacred ? &IsCorrectedToColon : nullptr; local
468 false, CorrectionFlagPtr)) {
471 if (CorrectionFlagPtr && IsCorrectedToColon) {

Completed in 199 milliseconds