OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RCK_Invalid
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
RawCommentList.h
31
RCK_Invalid
, ///< Invalid comment
41
RawComment() : Kind(
RCK_Invalid
), IsAlmostTrailingComment(false) { }
51
return Kind ==
RCK_Invalid
;
/external/clang/lib/AST/
RawCommentList.cpp
29
return std::make_pair(RawComment::
RCK_Invalid
, false);
50
return std::make_pair(RawComment::
RCK_Invalid
, false);
116
Kind =
RCK_Invalid
;
Completed in 44 milliseconds