Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.cpp872 bool IsForOrCatch = Current.Previous && in modifyContext() local
874 Contexts.back().IsExpression = !ParametersOfFunctionType && !IsForOrCatch; in modifyContext()