Home
last modified time | relevance | path

Searched refs:isCurrentClassNameTypo (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2697 if (Actions.isCurrentClassNameTypo(II, SS)) { in ParseImplicitInt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6919 bool isCurrentClassNameTypo(IdentifierInfo *&II, const CXXScopeSpec *SS);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp2405 bool Sema::isCurrentClassNameTypo(IdentifierInfo *&II, const CXXScopeSpec *SS) { in isCurrentClassNameTypo() function in Sema