Searched defs:Component (Results 1 – 10 of 10) sorted by relevance
53 StringRef Component; ///< The current component. Not necessarily in Path. variable80 StringRef Component; ///< The current component. Not necessarily in Path. variable
64 CompositeBitmapGlyph::Component::Component(const Component& rhs) in Component() function in sfntly::CompositeBitmapGlyph::Component83 CompositeBitmapGlyph::Component::Component(int32_t glyph_code, in Component() function in sfntly::CompositeBitmapGlyph::Component
110 struct Component { struct111 union Flags {154 } flags;155 SK_OT_USHORT glyphIndex;156 union Transform {201 } transform;
126 #### Component subsubsection
520 VTableComponent Component = Components[I]; in CreateVTableInitializer() local
1178 const VTableComponent &Component = Components[I->first]; in ComputeThisAdjustments() local1938 const VTableComponent &Component = Components[I]; in dumpLayout() local3178 const VTableComponent &Component = Components[I]; in dumpLayout() local
248 public enum Component { enum in UrlComponentEncodingTester
486 const std::string &Component) { in EmitClangDiagsDefs()
2213 static SmallString<128> getCompilerRT(const ToolChain &TC, StringRef Component, in getCompilerRT()8499 for (const auto &Component : CompilerRTComponents) in ConstructJob() local8511 for (const auto &Component : CompilerRTComponents) in ConstructJob() local
7437 typedef Sema::OffsetOfComponent Component; in TransformOffsetOfExpr() typedef