Home
last modified time | relevance | path

Searched refs:extraDecl (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DDialectGen.cpp182 if (llvm::Optional<StringRef> extraDecl = dialect.getExtraClassDeclaration()) in emitDialectDecl() local
183 os << *extraDecl; in emitDialectDecl()
DTypeDefGen.cpp206 if (Optional<StringRef> extraDecl = typeDef.getExtraDecls()) in emitTypeDefDecl() local
207 os << *extraDecl << "\n"; in emitTypeDefDecl()
/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.h55 const CFX_CSSDeclaration* extraDecl,
Dcfx_cssstyleselector.cpp103 const CFX_CSSDeclaration* extraDecl, in ApplyDeclarations() argument
112 if (extraDecl) in ApplyDeclarations()
113 ExtractValues(extraDecl, &importants, &normals, &customs); in ApplyDeclarations()