Searched defs:getFormatAttrKind (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2400 /// getFormatAttrKind - Map from format attribute names to supported format
2402 static FormatAttrKind getFormatAttrKind(StringRef Format) { function
2505 FormatAttrKind Kind = getFormatAttrKind(Format);

Completed in 104 milliseconds