Home
last modified time | relevance | path

Searched defs:Public (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/APINotes/
HDAPINotesManager.h56 enum ReaderKind : unsigned { Public = 0, Private = 1 }; enumerator
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/InstallAPI/
HDHeaderFile.h28 Public, enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
HDBreakpadRecords.h32 Public, enumerator
HDBreakpadRecords.cpp30 Public, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/APINotes/
HDAPINotesManager.cpp155 llvm::StringRef FrameworkPath, llvm::StringRef FrameworkName, bool Public) { in loadFrameworkAPINotes()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDSymbolRecordMapping.cpp361 PublicSym32 &Public) { in visitKnownRecord()
HDSymbolDumper.cpp513 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, PublicSym32 &Public) { in visitKnownRecord()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDMacroInfo.h472 explicit VisibilityMacroDirective(SourceLocation Loc, bool Public) in VisibilityMacroDirective()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalSymbolDumper.cpp810 PublicSym32 &Public) { in visitKnownRecord()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBTypes.h385 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 }; enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h276 Public = 3 enumerator
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h1955 None, Private, Protected, Public, Package enumerator