Home
last modified time | relevance | path

Searched defs:props (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransProperties.cpp85 PropsTy &props = AtProps[Loc]; in collectProperties() local
120 PropsTy &props = findAtLoc->second; in doTransform() local
133 PropsTy &props = I->second; in doTransform() local
146 PropsTy &props, SourceLocation atLoc, in doPropAction()
169 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { in rewriteProperty()
198 void removeAssignForDefaultStrong(PropsTy &props, in removeAssignForDefaultStrong()
213 void rewriteAssign(PropsTy &props, SourceLocation atLoc) const { in rewriteAssign()
242 void maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, in maybeAddWeakOrUnsafeUnretainedAttr()
335 bool hasGCWeak(PropsTy &props, SourceLocation atLoc) const { in hasGCWeak()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp280 auto props = hasAssemblyFormat ? Method::Const : Method::ConstDeclaration; in emitParserPrinter() local
364 auto props = builder.getBody() ? Method::Static : Method::StaticDeclaration; in emitCustomBuilder() local
392 auto props = builder.getBody() ? Method::Static : Method::StaticDeclaration; in emitCheckedCustomBuilder() local
438 auto props = in emitTraitMethod() local
H A DOpDefinitionsGen.cpp2243 auto props = (method.isStatic() ? Method::Static : Method::None) | in genOpInterfaceMethod() local
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py242 def _fetch_property(self, props, name): argument
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp624 const auto &props = ModuleList::GetGlobalModuleListProperties(); in Create() local
H A DClangExpressionParser.cpp296 const auto &props = ModuleList::GetGlobalModuleListProperties(); in SetupModuleHeaderPaths() local