OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClosesTemplateDeclaration
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Format/
FormatToken.h
106
CanBreakBefore(false),
ClosesTemplateDeclaration
(false),
187
bool
ClosesTemplateDeclaration
;
ContinuationIndenter.cpp
202
if (Previous.
ClosesTemplateDeclaration
&& Current.NestingLevel == 0 &&
521
if ((PreviousNonComment && (PreviousNonComment->
ClosesTemplateDeclaration
||
[
all
...]
TokenAnnotator.cpp
368
CurrentToken->Previous->
ClosesTemplateDeclaration
= true;
[
all
...]
Completed in 59 milliseconds