Searched refs:parseModeAttrArg (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 3291 /// parseModeAttrArg - Parses attribute mode string and returns parsed type 3293 static void parseModeAttrArg(Sema &S, StringRef Str, unsigned &DestWidth, function 3379 parseModeAttrArg(S, Str.substr(VectorStringLength + 1), DestWidth, 3388 parseModeAttrArg(S, Str, DestWidth, IntegerMode, ComplexMode);
|
Completed in 62 milliseconds