Home
last modified time | relevance | path

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

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