Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp106 bool InsideCCAttribute = false; member in __anon7f134dc60111::TypePrinter
839 if (!InsideCCAttribute) { in printFunctionAfter()
1419 SaveAndRestore<bool> MaybeSuppressCC(InsideCCAttribute, T->isCallingConv()); in printAttributedAfter()