Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h36 RCK_OrdinaryBCPL, ///< Any normal BCPL comments enumerator
89 return ((Kind == RCK_OrdinaryBCPL) || (Kind == RCK_OrdinaryC)); in isOrdinary()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2433 case RawComment::RCK_OrdinaryBCPL: in ActOnComment()