Home
last modified time | relevance | path

Searched defs:declarations (Results 1 – 25 of 65) sorted by relevance

123

/third_party/boost/boost/
Dlocal_function.hpp24 # define BOOST_LOCAL_FUNCTION_ID(id, declarations) \ argument
29 # define BOOST_LOCAL_FUNCTION(declarations) \ argument
32 # define BOOST_LOCAL_FUNCTION_ID_TPL(id, declarations) \ argument
37 # define BOOST_LOCAL_FUNCTION_TPL(declarations) \ argument
178 #define BOOST_LOCAL_FUNCTION(declarations) argument
215 #define BOOST_LOCAL_FUNCTION_TPL(declarations) argument
256 #define BOOST_LOCAL_FUNCTION_ID(id, declarations) argument
299 #define BOOST_LOCAL_FUNCTION_ID_TPL(id, declarations) argument
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-implied-eval.ts85 const declarations = symbol.getDeclarations() ?? []; constant
139 const declarations = symbol.getDeclarations() ?? []; constant
Dno-throw-literal.ts45 const declarations = symbol.getDeclarations() ?? []; constant
Dno-base-to-string.ts89 const declarations = toString?.getDeclarations(); constant
Dno-unnecessary-type-arguments.ts114 const declarations = sym.getDeclarations(); constant
Dindent.ts267 declarations: [ constant
/third_party/boost/boost/local_function/aux_/preprocessor/traits/
Ddecl.hpp20 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS(declarations) \ argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
Dmain.go154 type declarations map[string]ast.Decl type
249 declarations declarations member
375 declarations declarations member
/third_party/weex-loader/deps/weex-styler/lib/
Dshorthand-parser.js50 module.exports = function (declarations) { argument
/third_party/node/deps/npm/node_modules/cmd-shim/lib/
Dto-batch-syntax.js17 function extractVariableValuePairs(declarations) { argument
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DWrapSwitchStatementsInBlocks.cpp50 std::vector<TIntermDeclaration *> declarations; in visitSwitch() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DWrapSwitchStatementsInBlocks.cpp50 std::vector<TIntermDeclaration *> declarations; in visitSwitch() local
/third_party/typescript/src/services/
DgoToDefinition.ts32 const declarations = symbol.getDeclarations(); constant
285 …const declarations = signatureDeclarations.filter(selectConstructors ? isConstructorDeclaration : … constant
Drename.ts32 const { declarations } = symbol; constant
/third_party/typescript/src/compiler/
DvisitorPublic.ts304 const declarations = context.endLexicalEnvironment(); constant
/third_party/boost/libs/spirit/example/lex/
Dlexer_debug_support.cpp63 qi::rule<Iterator> declarations; member
/third_party/spirv-tools/test/opt/
Dcfg_cleanup_test.cpp27 const std::string declarations = R"(OpCapability Shader in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dcfg_cleanup_test.cpp27 const std::string declarations = R"(OpCapability Shader in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dcfg_cleanup_test.cpp27 const std::string declarations = R"(OpCapability Shader in TEST_F() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DEmulateFragColorData.cpp94 TIntermSequence declarations; in addDeclarations() local
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md904 #### Declaring driver entry points
910 #### Driver location values
918 #### Multiple transparent drivers
/third_party/typescript/scripts/
DbuildProtocol.ts53 const declarations = s.getDeclarations(); constant
/third_party/typescript/src/compiler/transformers/
Des2017.ts534 const declarations = endLexicalEnvironment(); constant
/third_party/typescript_eslint/packages/eslint-plugin/src/util/
Dtypes.ts183 const declarations = symbol.getDeclarations(); constant
/third_party/python/Doc/reference/
Dlexical_analysis.rst111 .. _explicit-joining:

123