Searched refs:extraDecl (Results 1 – 4 of 4) sorted by relevance
182 if (llvm::Optional<StringRef> extraDecl = dialect.getExtraClassDeclaration()) in emitDialectDecl() local183 os << *extraDecl; in emitDialectDecl()
206 if (Optional<StringRef> extraDecl = typeDef.getExtraDecls()) in emitTypeDefDecl() local207 os << *extraDecl << "\n"; in emitTypeDefDecl()
55 const CFX_CSSDeclaration* extraDecl,
103 const CFX_CSSDeclaration* extraDecl, in ApplyDeclarations() argument112 if (extraDecl) in ApplyDeclarations()113 ExtractValues(extraDecl, &importants, &normals, &customs); in ApplyDeclarations()