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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp455 bool *CorrectionFlagPtr = ColonIsSacred ? &IsCorrectedToColon : nullptr; local
458 CorrectionFlagPtr, OnlyNamespace)) {
461 if (CorrectionFlagPtr && IsCorrectedToColon) {

Completed in 50 milliseconds