Home
last modified time | relevance | path

Searched refs:BlockCommandNames (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDCommentCommandTraits.cpp27 I = CommentOptions.BlockCommandNames.begin(), in registerCommentOptions()
28 E = CommentOptions.BlockCommandNames.end(); in registerCommentOptions()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDCommentOptions.h29 BlockCommandNamesTy BlockCommandNames; member
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp1287 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock()
1289 I = LangOpts.CommentOpts.BlockCommandNames.begin(), in WriteControlBlock()
1290 IEnd = LangOpts.CommentOpts.BlockCommandNames.end(); in WriteControlBlock()
HDASTReader.cpp225 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions()
226 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions()
4460 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInvocation.cpp293 Opts.BlockCommandNames = Args.getAllArgValues(OPT_fcomment_block_commands); in ParseCommentArgs()