Home
last modified time | relevance | path

Searched defs:IsPublic (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DOSLog.h65 IsPublic = 0x2, enumerator
H A DFormatString.h533 OptionalFlag IsPublic; // '{public}' variable
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DCrtpConstructorAccessibilityCheck.cpp163 const bool IsPublic = Ctor->getAccess() == AS_public; in check() local
/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h367 bool IsPublic = true; variable