Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DRawCommentList.h83 bool isAlmostTrailingComment() const LLVM_READONLY { in isAlmostTrailingComment() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2342 if (RC.isAlmostTrailingComment()) { in ActOnComment()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp3167 Record.push_back(I->isAlmostTrailingComment()); in WriteComments()