OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LT_ObjCDecl
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.h
29
LT_ObjCDecl
, // An @interface, @implementation, or @protocol line.
ContinuationIndenter.cpp
1501
(State.Line->Type !=
LT_ObjCDecl
&& Style.BinPackParameters) ||
1502
(State.Line->Type ==
LT_ObjCDecl
&& ObjCBinPackProtocolList);
TokenAnnotator.cpp
2335
Line.Type =
LT_ObjCDecl
;
2724
if (Line.Type ==
LT_ObjCDecl
&& Left.is(tok::l_paren) && Left.Previous &&
2839
if (Right.is(tok::less) && Line.Type ==
LT_ObjCDecl
) {
3025
return Line.Type ==
LT_ObjCDecl
|| Left.is(tok::semi) ||
Completed in 26 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026