Searched refs:hasModifier (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript_eslint/packages/typescript-estree/src/ |
D | convert.ts | 16 hasModifier, 821 const isDeclare = hasModifier(SyntaxKind.DeclareKeyword, node); 833 async: hasModifier(SyntaxKind.AsyncKeyword, node), 896 if (hasModifier(SyntaxKind.DeclareKeyword, node)) { 1003 const isAbstract = hasModifier(SyntaxKind.AbstractKeyword, node); 1013 static: hasModifier(SyntaxKind.StaticKeyword, node), 1014 readonly: hasModifier(SyntaxKind.ReadonlyKeyword, node) || undefined, 1015 declare: hasModifier(SyntaxKind.DeclareKeyword, node), 1061 async: hasModifier(SyntaxKind.AsyncKeyword, node), 1107 const methodDefinitionType = hasModifier( [all …]
|
D | node-utils.ts | 138 export function hasModifier( function
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | unbound-method.ts | 254 tsutils.hasModifier(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 102 bool hasModifier() const { return Modifier != ARMCP::no_modifier; } in hasModifier() function
|