Searched refs:isOrdinary (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h86 bool isOrdinary() const LLVM_READONLY {
92 return !isInvalid() && !isOrdinary();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h173 bool isOrdinary() const { function in class:clang::CodeGen::CGCallee::SpecialKind
179 assert(isOrdinary());
183 assert(isOrdinary());
187 assert(isOrdinary());
H A DCGCall.cpp3822 assert(Callee.isOrdinary() || Callee.isVirtual());
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp279 if (RC.isOrdinary() && !CommentOpts.ParseAllComments)

Completed in 79 milliseconds