Home
last modified time | relevance | path

Searched refs:isAlmostTrailingComment (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h83 bool isAlmostTrailingComment() const LLVM_READONLY { in isAlmostTrailingComment() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2428 if (RC.isAlmostTrailingComment() || RC.hasUnsupportedSplice(SourceMgr)) { in ActOnComment()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3430 Record.push_back(I->isAlmostTrailingComment()); in WriteComments()