OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MaskType
(Results
1 - 4
of
4
) sorted by relevancy
/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/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
) {}
Completed in 17 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026