Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DFormatString.h466 bool fixType(QualType QT);
/external/clang/lib/Analysis/
DPrintfFormatString.cpp359 bool PrintfSpecifier::fixType(QualType QT) { in fixType() function in PrintfSpecifier
/external/clang/lib/Sema/
DSemaChecking.cpp1646 bool success = fixedFS.fixType(Ex->getType()); in HandlePrintfSpecifier()