Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h56 enum ReaderKind : unsigned { Public = 0, Private = 1 }; enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h32 Public, enumerator
H A DBreakpadRecords.cpp30 Public, enumerator
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp154 llvm::StringRef FrameworkPath, llvm::StringRef FrameworkName, bool Public) { in loadFrameworkAPINotes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp361 PublicSym32 &Public) { in visitKnownRecord()
H A DSymbolDumper.cpp513 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, PublicSym32 &Public) { in visitKnownRecord()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h472 explicit VisibilityMacroDirective(SourceLocation Loc, bool Public) in VisibilityMacroDirective()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp806 PublicSym32 &Public) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h385 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h269 Public = 3 enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1952 None, Private, Protected, Public, Package enumerator