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

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp465 /// \param IsCorrectedToColon If not null, suggestion of replace '::' -> ':'
490 bool *IsCorrectedToColon) {
497 if (IsCorrectedToColon)
498 *IsCorrectedToColon = false;
594 if (IsCorrectedToColon) {
595 *IsCorrectedToColon = true;
833 bool *IsCorrectedToColon) {
841 IsCorrectedToColon);
481 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
825 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
/external/clang/lib/Parse/
H A DParseExprCXX.cpp497 bool IsCorrectedToColon = false; local
498 bool *CorrectionFlagPtr = ColonIsSacred ? &IsCorrectedToColon : nullptr;
504 if (CorrectionFlagPtr && IsCorrectedToColon) {
/external/clang/include/clang/Sema/
H A DSema.h4958 bool *IsCorrectedToColon = nullptr);
4984 /// \param IsCorrectedToColon If not null, suggestions to replace '::' -> ':'
4997 bool *IsCorrectedToColon = nullptr);

Completed in 208 milliseconds