Home
last modified time | relevance | path

Searched refs:isCallingConv (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1629 SaveAndRestore<bool> MaybeSuppressCC(InsideCCAttribute, T->isCallingConv()); in printAttributedAfter()
H A DType.cpp3550 bool AttributedType::isCallingConv() const { in isCallingConv() function in AttributedType
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h4717 bool isCallingConv() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7635 if (AT->isCallingConv()) in hasExplicitCallingConv()
H A DSemaDecl.cpp3095 while (AT && !AT->isCallingConv()) in getCallingConvAttributedType()