Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp4448 bool &IntegerMode, bool &ComplexMode, in parseModeAttrArg() argument
4451 ComplexMode = false; in parseModeAttrArg()
4488 ComplexMode = true; in parseModeAttrArg()
4540 bool ComplexMode = false; in AddModeAttr() local
4554 IntegerMode, ComplexMode, ExplicitType); in AddModeAttr()
4564 parseModeAttrArg(*this, Str, DestWidth, IntegerMode, ComplexMode, in AddModeAttr()
4617 } else if (ComplexMode) { in AddModeAttr()
4638 if (ComplexMode) { in AddModeAttr()
4648 if (ComplexMode) { in AddModeAttr()