Home
last modified time | relevance | path

Searched defs:isParameter (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/factory/
DnodeTests.ts174 export function isParameter(node: Node): node is ParameterDeclaration { function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp115 bool isParameter = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5968 bool isParameter = Variable->isParameter() || isa<Argument>(Address); in visitIntrinsicCall() local
DSelectionDAG.cpp8753 void SelectionDAG::AddDbgValue(SDDbgValue *DB, SDNode *SD, bool isParameter) { in AddDbgValue()
/third_party/typescript/src/compiler/
Dchecker.ts26396 const isParameter = getRootDeclaration(declaration).kind === SyntaxKind.Parameter; constant
/third_party/typescript/lib/
Dtsc.js23736 function isParameter(node) { function
DtypingsInstaller.js29527 function isParameter(node) { function