Searched refs:InvalidAsDeclaration (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp152 bool InvalidAsDeclaration = false; local
154 ImplicitTypenameContext::No, TPResult::False, &InvalidAsDeclaration);
164 if (InvalidAsDeclaration)
1913 bool InvalidAsDeclaration = false; local
1915 &InvalidAsDeclaration, /*VersusTemplateArgument=*/false,
1930 else if (InvalidAsDeclaration)
1961 bool *InvalidAsDeclaration, bool VersusTemplateArgument,
1996 AllowImplicitTypename, TPResult::False, InvalidAsDeclaration);
2014 InvalidAsDeclaration);
1960 TryParseParameterDeclarationClause( bool *InvalidAsDeclaration, bool VersusTemplateArgument, ImplicitTypenameContext AllowImplicitTypename) argument
H A DParseCXXInlineMethods.cpp1217 bool InvalidAsDeclaration = false; local
1219 &InvalidAsDeclaration, /*VersusTemplateArg=*/true);
1222 if (Result == TPResult::Ambiguous && InvalidAsDeclaration)
/openbsd-current/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2658 bool *InvalidAsDeclaration = nullptr, bool VersusTemplateArg = false,

Completed in 181 milliseconds