Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h175 bool isOrdinary() const { in isOrdinary() function
181 assert(isOrdinary()); in getAbstractInfo()
185 assert(isOrdinary()); in getFunctionPointer()
189 assert(isOrdinary()); in setFunctionPointer()
H A DCGCall.cpp4599 assert(Callee.isOrdinary() || Callee.isVirtual()); in EmitCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
94 return !isInvalid() && !isOrdinary(); in isDocumentation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp280 if (RC.isOrdinary() && !CommentOpts.ParseAllComments) in addComment()