Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp593 bool InsideInlineASM = Line.startsWith(tok::kw_asm); in parseSquare() local
596 !IsCppStructuredBinding && !InsideInlineASM && !CppArrayTemplates && in parseSquare()
617 } else if (InsideInlineASM) { in parseSquare()