OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPublic
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OSLog.h
65
IsPublic
= 0x2,
84
assert(((Flags == 0) || (Flags == IsPrivate) || (Flags ==
IsPublic
) ||
FormatString.h
509
OptionalFlag
IsPublic
; // '{public}'
521
HasObjCTechnicalTerm("tt"), IsPrivate("private"),
IsPublic
("public"),
552
void setIsPublic(const char *position) {
IsPublic
.setPosition(position); }
594
const OptionalFlag &
isPublic
() const { return
IsPublic
; }
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h
314
unsigned
IsPublic
: 1;
317
: Loc(Loc), MDKind(K), IsFromPCH(false),
IsPublic
(true) {}
341
bool
IsPublic
= true;
346
bool
isPublic
)
347
: DefDirective(DefDirective), UndefLoc(UndefLoc),
IsPublic
(
isPublic
) {}
362
bool
isPublic
() const { return
IsPublic
; }
448
IsPublic
= Public;
453
bool
isPublic
() const { return IsPublic;
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
OSLog.cpp
128
else if (FS.
isPublic
())
129
ArgsData.back().Flags |= OSLogBufferItem::
IsPublic
;
PrintfFormatString.cpp
156
PrivacyFlags = clang::analyze_os_log::OSLogBufferItem::
IsPublic
;
180
case clang::analyze_os_log::OSLogBufferItem::
IsPublic
:
/src/external/apache2/llvm/dist/clang/lib/Lex/
MacroInfo.cpp
181
Optional<bool>
isPublic
;
185
!
isPublic
.hasValue() ||
isPublic
.getValue());
193
if (!
isPublic
.hasValue())
194
isPublic
= VisMD->
isPublic
();
198
!
isPublic
.hasValue() ||
isPublic
.getValue());
230
Out << (
IsPublic
? " public" : " private");
Completed in 56 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026