Searched refs:TryNamespaceTypoCorrection (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 11410 static bool TryNamespaceTypoCorrection(Sema &S, LookupResult &R, Scope *Sc, in TryNamespaceTypoCorrection() function 11474 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName); in ActOnUsingDirective() 12737 if (!TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, Ident)) { in ActOnNamespaceAliasDef()
|