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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY {
94 return !isInvalid() && !isOrdinary();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h174 bool isOrdinary() const { function in class:clang::CodeGen::CGCallee::SpecialKind
180 assert(isOrdinary());
184 assert(isOrdinary());
188 assert(isOrdinary());
H A DCGCall.cpp4240 assert(Callee.isOrdinary() || Callee.isVirtual());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp280 if (RC.isOrdinary() && !CommentOpts.ParseAllComments)

Completed in 197 milliseconds