Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParser.cpp1401 const bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateName() local
1410 !WasScopeAnnotation)) in TryAnnotateName()
1424 !WasScopeAnnotation)) in TryAnnotateName()
1449 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1479 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1502 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1636 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeOrScopeToken() local
1644 SS, !WasScopeAnnotation); in TryAnnotateTypeOrScopeToken()