Home
last modified time | relevance | path

Searched defs:Decls (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
Dblock_statement.h56 const std::vector<const ast::Variable*>& Decls() const { return decls_; } in Decls() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1784 SmallVector<Function *, 8> Decls; in lower() local