HomeSort by relevance Sort by last modified time
    Searched refs:CheckablePrintfAttr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaChecking.cpp 49 /// CheckablePrintfAttr - does a function call have a "printf" attribute
51 bool Sema::CheckablePrintfAttr(const FormatAttr *Format, CallExpr *TheCall) {
347 if (b || CheckablePrintfAttr(Format, TheCall)) {
464 if (!b && !CheckablePrintfAttr(Format, TheCall))
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 385 milliseconds