Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp701 bool InsideInlineASM = Line.startsWith(tok::kw_asm); in parseSquare() local
704 !IsCppStructuredBinding && !InsideInlineASM && !CppArrayTemplates && in parseSquare()
724 } else if (InsideInlineASM) { in parseSquare()