Searched refs:Private (Results 26 - 48 of 48) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp144 RETURN_CASE(MemberAccess, Private, "private");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp297 IO.enumCase(Access, "Private", MemberAccess::Private);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1341 #pragma mark Private instance methods
1343 // Private constructors
1351 // Private static methods
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp211 case PDB_MemberAccess::Private:
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1823 case ObjCIvarDecl::Private:
H A DType.cpp3579 template <class Private> class TypePropertyCache {
3621 class Private {}; class in namespace:__anon2750
3625 using Cache = TypePropertyCache<Private>;
H A DJSONNodeDumper.cpp908 case ObjCIvarDecl::Private: JOS.attribute("access", "private"); break;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp217 bool Private=false) {
225 if (Private)
1851 (IVD->getAccessControl() == ObjCIvarDecl::Private ||
215 ExportUniqueString(const std::string &Str, const std::string &prefix, bool Private=false) argument
H A DCGOpenMPRuntime.cpp396 /// Private scope to capture global variables.
807 Address Private, Address Original,
822 [=]() { return Private; });
851 CGF.EmitAnyExprToMem(&OVE, Private, Ty.getQualifiers(),
963 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl());
999 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl());
1038 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl());
1059 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl());
1087 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl());
1096 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)
804 emitInitWithReductionInitializer(CodeGenFunction &CGF, const OMPDeclareReductionDecl *DRD, const Expr *InitOp, Address Private, Address Original, QualType Ty) argument
[all...]
H A DCGObjCMac.cpp5063 /* *** Private Interface *** */
6876 Ivar->getAccessControl() == ObjCIvarDecl::Private ||
6905 if (Ivar->getAccessControl() == ObjCIvarDecl::Private ||
H A DCGDebugInfo.cpp2602 else if (Field->getAccessControl() == ObjCIvarDecl::Private)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1942 if (Ivar->getCanonicalAccessControl() == ObjCIvarDecl::Private)
H A DSemaExprMember.cpp1436 if (IV->getAccessControl() == ObjCIvarDecl::Private) {
H A DSemaObjCProperty.cpp757 ivar->getAccessControl() == ObjCIvarDecl::Private) {
1333 ObjCIvarDecl::Private,
H A DSema.cpp992 ? TUFragmentKind::Private
H A DSemaOpenMP.cpp5624 /// Private loop counter variable.
6852 if (VarDecl *Private = isOpenMPCapturedDecl(D)) {
6853 VD = Private;
7867 // Build update: IS.CounterVar(Private) = IS.Start + Iter * IS.Step
13551 void push(Expr *Item, Expr *Private, Expr *LHS, Expr *RHS, Expr *ReductionOp,
13554 Privates.emplace_back(Private);
13960 // For array subscripts or single variables Private Ty is the same as Type
13970 // Private copy.
14420 VarDecl *Private =
14424 DeclRefExpr *PrivateRef = buildDeclRefExpr(*this, Private, Typ
[all...]
H A DSemaDecl.cpp16394 case tok::objc_private: return ObjCIvarDecl::Private;
16546 ObjCIvarDecl::Private, BW,
H A DSemaExpr.cpp2646 if (IV->getAccessControl() == ObjCIvarDecl::Private &&
2659 if (IV->getAccessControl() != ObjCIvarDecl::Private ||
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1945 case DINode::FlagPrivate: return MemberAccess::Private;
1950 return RecordTag == dwarf::DW_TAG_class_type ? MemberAccess::Private
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1964 None, Private, Protected, Public, Package enumerator in enum:clang::ObjCIvarDecl::AccessControl
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3978 IvarDecl->getAccessControl() != ObjCIvarDecl::Private &&
6729 if (Ivar->getAccessControl() == ObjCIvarDecl::Private ||
6744 IvarDecl->getAccessControl() == ObjCIvarDecl::Private ||
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2527 return clang::ObjCIvarDecl::Private;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1317 /// Private Helper predicate to check for 'self'.
1479 Private enumerator in enum:clang::final::TUFragmentKind

Completed in 882 milliseconds

12