Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseTentative.cpp198 if (TryAnnotateCXXScopeToken()) in TryConsumeDeclarationSpecifier()
626 if (TryAnnotateCXXScopeToken(true)) in TryParsePtrOperatorSeq()
DParseDecl.cpp2313 TryAnnotateCXXScopeToken(EnteringContext)) { in DiagnoseMissingSemiAfterTagDefinition()
2522 if (TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers()
2721 if (TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers()
DParser.cpp1692 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken() function in Parser
DParseDeclCXX.cpp2022 if (TryAnnotateCXXScopeToken()) in ParseCXXClassMemberDeclaration()
/external/clang/include/clang/Parse/
DParser.h578 bool TryAnnotateCXXScopeToken(bool EnteringContext = false);
/external/clang/docs/
DInternalsManual.rst712 ``TryAnnotateCXXScopeToken`` methods to form the annotation token. These