Home
last modified time | relevance | path

Searched refs:isPublic (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp196 std::optional<bool> isPublic; in getDefinition() local
199 return DefInfo(DefMD, UndefLoc, !isPublic || *isPublic); in getDefinition()
207 if (!isPublic) in getDefinition()
208 isPublic = VisMD->isPublic(); in getDefinition()
211 return DefInfo(nullptr, UndefLoc, !isPublic || *isPublic); in getDefinition()
H A DPPLexerChange.cpp835 if (VisMD->isPublic()) in LeaveSubmodule()
H A DPPDirectives.cpp79 bool isPublic) { in AllocateVisibilityMacroDirective() argument
80 return new (BP) VisibilityMacroDirective(Loc, isPublic); in AllocateVisibilityMacroDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h372 bool isPublic) in DefInfo() argument
373 : DefDirective(DefDirective), UndefLoc(UndefLoc), IsPublic(isPublic) {} in DefInfo()
388 bool isPublic() const { return IsPublic; } in isPublic() function
479 bool isPublic() const { return IsPublic; } in isPublic() function
H A DPreprocessor.h2579 bool isPublic);
/freebsd/contrib/llvm-project/clang/lib/CIR/Interfaces/
H A DCIROpInterfaces.cpp24 return isPublic() || isPrivate(); in hasDefaultVisibility()
/freebsd/contrib/libcxxrt/
H A Dtypeinfo.h217 bool isPublic() const { return flags() & __public_mask; } in isPublic() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp128 else if (FS.isPublic()) in HandlePrintfSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h619 const OptionalFlag &isPublic() const { return IsPublic; } in isPublic() function
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp470 REGISTER_MATCHER(isPublic); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp613 if (getLangOpts().CPlusPlus && gv.isPublic() && in getOrCreateCIRGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h797 bool isPublic() const { in isPublic() function
2377 bool isPublic() const { in isPublic() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h633 AST_POLYMORPHIC_MATCHER(isPublic, in AST_POLYMORPHIC_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2665 Record.push_back(VisMD->isPublic()); in WritePreprocessor()
2684 Record.push_back(VisMD->isPublic()); in WritePreprocessor()
H A DASTReader.cpp2579 bool isPublic = Record[Idx++]; in resolvePendingMacro() local
2580 MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic); in resolvePendingMacro()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7751 else if (FS.isPublic()) in HandlePrintfSpecifier()
7972 if (FS.isPublic().isSet()) { in HandlePrintfSpecifier()
7975 getLocationOfByte(FS.isPublic().getPosition()), in HandlePrintfSpecifier()