Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseTentative.cpp200 TryAnnotateCXXScopeToken()) in TryConsumeDeclarationSpecifier()
628 if (TryAnnotateCXXScopeToken(true)) in TryParsePtrOperatorSeq()
DParser.cpp1678 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken() function in Parser
DParseDecl.cpp2438 TryAnnotateCXXScopeToken(EnteringContext)) { in DiagnoseMissingSemiAfterTagDefinition()
2652 if (TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers()
2858 if (TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers()
DParseDeclCXX.cpp2225 if (TryAnnotateCXXScopeToken()) in ParseCXXClassMemberDeclaration()
/external/clang/include/clang/Parse/
DParser.h572 bool TryAnnotateCXXScopeToken(bool EnteringContext = false);
/external/clang/docs/
DInternalsManual.rst712 ``TryAnnotateCXXScopeToken`` methods to form the annotation token. These