Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTypePrinter.cpp1229 SaveAndRestore<bool> MaybeSuppressCC(InsideCCAttribute, T->isCallingConv()); in printAttributedAfter()
DType.cpp3025 bool AttributedType::isCallingConv() const { in isCallingConv() function in AttributedType
/external/llvm-project/clang/lib/AST/
DTypePrinter.cpp1592 SaveAndRestore<bool> MaybeSuppressCC(InsideCCAttribute, T->isCallingConv()); in printAttributedAfter()
DType.cpp3541 bool AttributedType::isCallingConv() const { in isCallingConv() function in AttributedType
/external/clang/include/clang/AST/
DType.h3859 bool isCallingConv() const;
/external/llvm-project/clang/include/clang/AST/
DType.h4705 bool isCallingConv() const;
/external/clang/lib/Sema/
DSemaType.cpp6249 if (AT->isCallingConv()) in hasExplicitCallingConv()
DSemaDecl.cpp2652 while (AT && !AT->isCallingConv()) in getCallingConvAttributedType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp7596 if (AT->isCallingConv()) in hasExplicitCallingConv()
DSemaDecl.cpp3082 while (AT && !AT->isCallingConv()) in getCallingConvAttributedType()