Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DCommentOptions.h29 BlockCommandNamesTy BlockCommandNames; member
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentCommandTraits.cpp27 I = CommentOptions.BlockCommandNames.begin(), in registerCommentOptions()
28 E = CommentOptions.BlockCommandNames.end(); in registerCommentOptions()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1260 Record.push_back(LangOpts.CommentOpts.BlockCommandNames.size()); in WriteControlBlock()
1262 I = LangOpts.CommentOpts.BlockCommandNames.begin(), in WriteControlBlock()
1263 IEnd = LangOpts.CommentOpts.BlockCommandNames.end(); in WriteControlBlock()
H A DASTReader.cpp213 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions()
214 LangOpts.CommentOpts.BlockCommandNames) { in checkLanguageOptions()
4690 LangOpts.CommentOpts.BlockCommandNames.push_back( in ParseLanguageOptions()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp299 Opts.BlockCommandNames = Args.getAllArgValues(OPT_fcomment_block_commands); in ParseCommentArgs()