Home
last modified time | relevance | path

Searched refs:hasUnsupportedSplice (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h118 bool hasUnsupportedSplice(const SourceManager &SourceMgr) const { in hasUnsupportedSplice() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2596 if (RC.isAlmostTrailingComment() || RC.hasUnsupportedSplice(SourceMgr)) { in ActOnComment()