Home
last modified time | relevance | path

Searched refs:TryAnnotateCXXScopeToken (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h927 bool TryAnnotateCXXScopeToken(bool EnteringContext = false);
937 return MightBeCXXScopeToken() && TryAnnotateCXXScopeToken(EnteringContext);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2244 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken() function in Parser
H A DParseDecl.cpp3456 TryAnnotateCXXScopeToken(EnteringContext)) { in DiagnoseMissingSemiAfterTagDefinition()
3760 TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers()
4007 const bool Success = TryAnnotateCXXScopeToken(EnteringContext); in ParseDeclarationSpecifiers()
H A DParseDeclCXX.cpp2879 if (TryAnnotateCXXScopeToken()) in ParseCXXClassMemberDeclaration()