Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp1331 const bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateName() local
1340 !WasScopeAnnotation)) in TryAnnotateName()
1354 !WasScopeAnnotation)) in TryAnnotateName()
1379 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1409 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1432 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1568 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeOrScopeToken() local
1576 SS, !WasScopeAnnotation); in TryAnnotateTypeOrScopeToken()