Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDRawCommentList.h83 bool isAlmostTrailingComment() const LLVM_READONLY { in isAlmostTrailingComment() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp2428 if (RC.isAlmostTrailingComment() || RC.hasUnsupportedSplice(SourceMgr)) { in ActOnComment()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp3430 Record.push_back(I->isAlmostTrailingComment()); in WriteComments()