OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseAllComments
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang/Basic/
CommentOptions.h
32
bool
ParseAllComments
;
34
CommentOptions() :
ParseAllComments
(false) { }
/external/clang/include/clang/AST/
RawCommentList.h
44
bool Merged, bool
ParseAllComments
);
87
!
ParseAllComments
;
97
return
ParseAllComments
;
144
bool
ParseAllComments
: 1;
149
bool
ParseAllComments
) :
153
ParseAllComments
(
ParseAllComments
)
/external/clang/lib/AST/
RawCommentList.cpp
26
bool
ParseAllComments
) {
27
const size_t MinCommentLength =
ParseAllComments
? 2 : 3;
110
bool Merged, bool
ParseAllComments
) :
113
ParseAllComments
(
ParseAllComments
) {
121
std::pair<CommentKind, bool> K = getCommentKind(RawText,
ParseAllComments
);
124
if (
ParseAllComments
&& isOrdinaryKind(K.first)) {
ASTContext.cpp
180
LangOpts.CommentOpts.
ParseAllComments
);
[
all
...]
/external/clang/lib/Sema/
Sema.cpp
[
all
...]
/external/clang/lib/Frontend/
CompilerInvocation.cpp
298
Opts.
ParseAllComments
= Args.hasArg(OPT_fparse_all_comments);
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
ASTWriter.cpp
[
all
...]
Completed in 335 milliseconds