Home
last modified time | relevance | path

Searched refs:isCurrentClassName (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseTentative.cpp2196 if (!Actions.isCurrentClassName(Tok.is(tok::identifier) in isExplicitBool()
HDParseDecl.cpp3180 Actions.isCurrentClassName(*TemplateId->Name, getCurScope(), &SS) && in ParseDeclarationSpecifiers()
3234 Actions.isCurrentClassName(*Next.getIdentifierInfo(), getCurScope(), in ParseDeclarationSpecifiers()
3395 Actions.isCurrentClassName(*Tok.getIdentifierInfo(), getCurScope()) && in ParseDeclarationSpecifiers()
3519 Actions.isCurrentClassName(*TemplateId->Name, getCurScope()) && in ParseDeclarationSpecifiers()
HDParseExprCXX.cpp2740 Actions.isCurrentClassName(*Id, getCurScope(), &SS)) { in ParseUnqualifiedId()
2781 Actions.isCurrentClassName(*TemplateId->Name, getCurScope(), &SS)) { in ParseUnqualifiedId()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h6445 bool isCurrentClassName(const IdentifierInfo &II, Scope *S,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp860 isCurrentClassName(*Name, S, &SS)) { in ClassifyName()
HDSemaDeclCXX.cpp2345 bool Sema::isCurrentClassName(const IdentifierInfo &II, Scope *S, in isCurrentClassName() function in Sema