Home
last modified time | relevance | path

Searched refs:CommentOpts (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DLangOptions.h86 CommentOptions CommentOpts; variable
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSema.cpp1116 LangOpts.CommentOpts.ParseAllComments); in ActOnComment()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp1082 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock()
1084 I = LangOpts.CommentOpts.BlockCommandNames.begin(), in WriteControlBlock()
1085 IEnd = LangOpts.CommentOpts.BlockCommandNames.end(); in WriteControlBlock()
1089 Record.push_back(LangOpts.CommentOpts.ParseAllComments); in WriteControlBlock()
DASTReader.cpp112 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions()
113 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions()
3991 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions()
3994 LangOpts.CommentOpts.ParseAllComments = Record[Idx++]; in ParseLanguageOptions()
7334 Context.getLangOpts().CommentOpts.ParseAllComments)); in ReadComments()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DCompilerInvocation.cpp1663 ParseCommentArgs(Res.getLangOpts()->CommentOpts, *Args); in CreateFromArgs()
DASTUnit.cpp579 LangOpt.CommentOpts); in updated()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp160 LangOpts.CommentOpts.ParseAllComments); in getRawCommentForDeclNoCache()
741 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), in ASTContext()