Searched defs:TryNamespaceTypoCorrection (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5704 static bool TryNamespaceTypoCorrection(Sema &S, LookupResult &R, Scope *Sc, function
5771 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName);
6702 if (!TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, Ident)) {

Completed in 102 milliseconds