Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp540 bool InsideInlineASM = Line.startsWith(tok::kw_asm); in parseSquare() local
543 !IsCppStructuredBinding && !InsideInlineASM && !CppArrayTemplates && in parseSquare()
564 } else if (InsideInlineASM) { in parseSquare()