Searched refs:ParseUnqualifiedIdOperator (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 324 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, in ParseOptionalCXXScopeSpecifier() 2728 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedIdOperator() function in Parser 3113 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, Result)) in ParseUnqualifiedId()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3384 bool ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext,
|