OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:closesScope
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Format/
FormatToken.h
320
bool
closesScope
() const {
ContinuationIndenter.cpp
44
return Tok.isMemberAccess() && Tok.Previous && Tok.Previous->
closesScope
();
594
if (!Current.opensScope() && !Current.
closesScope
())
[
all
...]
TokenAnnotator.cpp
[
all
...]
UnwrappedLineParser.cpp
824
Line->Tokens.back().Tok->
closesScope
() ||
[
all
...]
Completed in 29 milliseconds