Searched refs:ConstDeclaration (Results 1 – 2 of 2) sorted by relevance
280 auto props = hasAssemblyFormat ? Method::Const : Method::ConstDeclaration; in emitParserPrinter()293 def.genStorageClass() ? Method::Const : Method::ConstDeclaration); in emitAccessors()439 method.isStatic() ? Method::StaticDeclaration : Method::ConstDeclaration; in emitTraitMethod()
303 ConstDeclaration = Const | Declaration enumerator