Home
last modified time | relevance | path

Searched defs:Private (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h56 enum ReaderKind : unsigned { Public = 0, Private = 1 }; enumerator
H A DTypes.h87 void setSwiftPrivate(std::optional<bool> Private) { in setSwiftPrivate()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DHeaderFile.h30 Private, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h114 bool Private = false; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp30 Private, ///< Emit "private" prefix before each symbol. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h293 Private = 1 << 1, in mergeDSA() enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h227 Private, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h69 Private = 0, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h137 const Expr *Private = nullptr; member
H A DCGOpenMPRuntimeGPU.cpp1704 for (const Expr *Private : Privates) { in emitReduction() local
H A DCGObjCGNU.cpp211 bool Private=false) { in ExportUniqueString()
H A DCGOpenMPRuntime.cpp601 Address Private, Address Original, in emitInitWithReductionInitializer()
/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/tcpdump/
H A Dprint-snmp.c170 static const char *Private[] = { variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h274 Private = 1, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp702 const char *Private = "Private"; in DoFrameworkLookup() local
H A DModuleMap.cpp511 Module *Private = nullptr; in diagnoseHeaderInclusion() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1955 None, Private, Protected, Public, Package enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4472 class Private {}; class
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h693 Private enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9071 if (VarDecl *Private = isOpenMPCapturedDecl(D)) { in ActOnOpenMPLoopInitialization() local
19135 VarDecl *Private = in ActOnOpenMPLinearClause() local