Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h56 enum ReaderKind : unsigned { Public = 0, Private = 1 }; enumerator
H A DTypes.h83 setSwiftPrivate(std::optional<bool> Private) setSwiftPrivate() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h126 bool Private = false; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp28 Private, ///< Emit "private" prefix before each symbol. global() enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h205 Private, global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1584 for (const Expr *Private : Privates) { global() local
1776 for (const Expr *Private : Privates) { emitInterWarpCopyFunction() local
2204 for (const Expr *Private : Privates) { emitListToGlobalCopyFunction() local
2411 for (const Expr *Private : Privates) { emitGlobalToListCopyFunction() local
H A DCGOpenMPRuntime.h137 const Expr *Private = nullptr; member
H A DCGObjCGNU.cpp212 ExportUniqueString(const std::string & Str,const std::string & prefix,bool Private=false) ExportUniqueString() argument
H A DCGOpenMPRuntime.cpp599 emitInitWithReductionInitializer(CodeGenFunction & CGF,const OMPDeclareReductionDecl * DRD,const Expr * InitOp,Address Private,Address Original,QualType Ty) emitInitWithReductionInitializer() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h62 Private = 0, global() enumerator
/freebsd-src/contrib/tcpdump/
H A Dprint-snmp.c171 static const char *Private[] = { global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h385 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp678 const char *Private = "Private"; DoFrameworkLookup() local
[all...]
H A DModuleMap.cpp511 Module *Private = nullptr; in diagnoseHeaderInclusion() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h267 Private = 1, global() enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1952 None, Private, Protected, Public, Package global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4242 class Private {}; global() class
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1983 Private global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9262 if (VarDecl *Private = isOpenMPCapturedDecl(D)) { ActOnOpenMPLoopInitialization() local
20330 VarDecl *Private = ActOnOpenMPLinearClause() local
[all...]