Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp609 bool InsideInlineASM = Line.startsWith(tok::kw_asm); in parseSquare() local
612 !IsCppStructuredBinding && !InsideInlineASM && !CppArrayTemplates && in parseSquare()
633 } else if (InsideInlineASM) { in parseSquare()