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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OSLog.h 77 StringRef MaskType;
81 StringRef maskType = StringRef())
83 MaskType(maskType) {
108 StringRef getMaskType() const { return MaskType; }
FormatString.h 512 StringRef MaskType;
598 StringRef getMaskType() const { return MaskType; }
599 void setMaskType(StringRef S) { MaskType = S; }
734 virtual void handleInvalidMaskType(StringRef MaskType) {}
  /src/external/apache2/llvm/dist/clang/lib/AST/
OSLog.cpp 29 StringRef MaskType;
131 ArgsData.back().MaskType = FS.getMaskType();
138 if (!Data.MaskType.empty()) {
141 Size, 0, Data.MaskType);
PrintfFormatString.cpp 144 StringRef MaskType = MatchedStr.substr(sizeof("mask.") - 1);
145 unsigned Size = MaskType.size();
147 H.handleInvalidMaskType(MaskType);
148 FS.setMaskType(MaskType);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 8178 void handleInvalidMaskType(StringRef MaskType) override;
8231 void CheckPrintfHandler::handleInvalidMaskType(StringRef MaskType) {
8232 S.Diag(getLocationOfByte(MaskType.data()), diag::err_invalid_mask_type_size);

Completed in 41 milliseconds