Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp106 bool InsideCCAttribute = false; member in __anon943befc20111::TypePrinter
923 if (!InsideCCAttribute) { in printFunctionAfter()
1629 SaveAndRestore<bool> MaybeSuppressCC(InsideCCAttribute, T->isCallingConv()); in printAttributedAfter()