OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommentState
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTokenizer.cpp
[
all
...]
HTMLTokenizer.h
98
CommentState
,
/external/clang/lib/AST/
CommentLexer.cpp
84
assert(
CommentState
== LCS_InsideCComment);
272
assert(
CommentState
== LCS_InsideBCPLComment ||
273
CommentState
== LCS_InsideCComment);
409
if (
CommentState
== LCS_InsideCComment)
500
if (
CommentState
== LCS_InsideCComment)
707
CommentState
(LCS_BeforeComment), State(LS_Normal) {
712
switch (
CommentState
) {
741
CommentState
= LCS_InsideBCPLComment;
759
CommentState
= LCS_InsideCComment;
781
CommentState
= LCS_BeforeComment
[
all
...]
/external/clang/include/clang/AST/
CommentLexer.h
253
LexerCommentState
CommentState
;
Completed in 238 milliseconds