Home
last modified time | relevance | path

Searched defs:Public (Results 1 – 12 of 12) 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/clang/include/clang/InstallAPI/
H A DHeaderFile.h28 Public, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h32 Public, enumerator
H A DBreakpadRecords.cpp29 Public, global() enumerator
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp155 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() argument
H A DSymbolDumper.cpp513 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, PublicSym32 &Public) { in visitKnownRecord() argument
/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.cpp810 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.h276 Public = 3 enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1955 None, Private, Protected, Public, Package enumerator