Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp201 std::optional<bool> isPublic; in getDefinition() local
204 return DefInfo(DefMD, UndefLoc, !isPublic || *isPublic); in getDefinition()
212 if (!isPublic) in getDefinition()
213 isPublic = VisMD->isPublic(); in getDefinition()
216 return DefInfo(nullptr, UndefLoc, !isPublic || *isPublic); in getDefinition()
H A DPPLexerChange.cpp841 if (VisMD->isPublic()) in LeaveSubmodule()
H A DPPDirectives.cpp81 bool isPublic) { in AllocateVisibilityMacroDirective() argument
82 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.h2504 bool isPublic);
/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.cpp129 else if (FS.isPublic()) in HandlePrintfSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h618 const OptionalFlag &isPublic() const { return IsPublic; } in isPublic() function
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp467 REGISTER_MATCHER(isPublic); in RegistryMaps()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h773 bool isPublic() const { in isPublic() function
1821 bool isPublic() const { in isPublic() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h631 AST_POLYMORPHIC_MATCHER(isPublic, in AST_POLYMORPHIC_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2589 Record.push_back(VisMD->isPublic()); in WritePreprocessor()
2608 Record.push_back(VisMD->isPublic()); in WritePreprocessor()
H A DASTReader.cpp2412 bool isPublic = Record[Idx++]; in resolvePendingMacro() local
2413 MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic); in resolvePendingMacro()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7011 if (FS.isPublic().isSet()) { in HandlePrintfSpecifier()
7014 getLocationOfByte(FS.isPublic().getPosition()), in HandlePrintfSpecifier()