OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LCS_InsideCComment
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
CommentLexer.cpp
84
assert(CommentState ==
LCS_InsideCComment
);
273
CommentState ==
LCS_InsideCComment
);
409
if (CommentState ==
LCS_InsideCComment
)
500
if (CommentState ==
LCS_InsideCComment
)
759
CommentState =
LCS_InsideCComment
;
786
case
LCS_InsideCComment
:
792
if (CommentState ==
LCS_InsideCComment
) {
/external/clang/include/clang/AST/
CommentLexer.h
248
LCS_InsideCComment
,
Completed in 190 milliseconds