Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp402 bool InsideInlineASM = Line.startsWith(tok::kw_asm); in parseSquare() local
404 !InsideInlineASM && !CppArrayTemplates && Style.isCpp() && in parseSquare()