Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParser.cpp1330 const bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateName() local
1339 !WasScopeAnnotation)) in TryAnnotateName()
1353 !WasScopeAnnotation)) in TryAnnotateName()
1378 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1408 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1431 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1567 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeOrScopeToken() local
1575 SS, !WasScopeAnnotation); in TryAnnotateTypeOrScopeToken()