Searched refs:mergeFormatAttr (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 3121 FormatAttr *Sema::mergeFormatAttr(Decl *D, SourceRange Range, StringRef Format, in mergeFormatAttr() function in Sema 3280 FormatAttr *NewAttr = S.mergeFormatAttr(D, Attr.getRange(), Format, in handleFormatAttr()
|
D | SemaDecl.cpp | 1993 NewAttr = S.mergeFormatAttr(D, FA->getRange(), FA->getType(), in mergeDeclAttribute()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1735 FormatAttr *mergeFormatAttr(Decl *D, SourceRange Range, StringRef Format,
|