HomeSort by: relevance | last modified time | path
    Searched refs:getConversionSpecifier (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
OSLog.cpp 62 FS.getConversionSpecifier().getKind() !=
72 ArgsData.back().Kind = getKind(FS.getConversionSpecifier().getKind());
80 switch (FS.getConversionSpecifier().getKind()) {
PrintfFormatString.cpp 461 if (FS.getConversionSpecifier().getKind() == ConversionSpecifier::Kind::sArg)
669 const PrintfConversionSpecifier &CS = getConversionSpecifier();
ScanfFormatString.cpp 226 const ScanfConversionSpecifier &CS = getConversionSpecifier();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
FormatString.h 560 const PrintfConversionSpecifier &getConversionSpecifier() const {
574 return getConversionSpecifier().consumesDataArgument();
665 const ScanfConversionSpecifier &getConversionSpecifier() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 427 switch (FS.getConversionSpecifier().getKind()) {
502 switch (FS.getConversionSpecifier().getKind()) {
550 switch (FS.getConversionSpecifier().getKind()) {
8223 FS.getConversionSpecifier();
8290 FS.getConversionSpecifier();
8312 FS.getConversionSpecifier();
8449 const PrintfConversionSpecifier &CS = FS.getConversionSpecifier();
8786 if (FS.getConversionSpecifier().getKind() == ConversionSpecifier::cArg &&
8852 FS.getConversionSpecifier().getKind() == ConversionSpecifier::CArg) {
9107 FS.getConversionSpecifier();
    [all...]

Completed in 71 milliseconds