Home
last modified time | relevance | path

Searched defs:getExpression (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/services/refactors/
DconvertToOptionalChainExpression.ts235 function getExpression(node: ValidExpressionOrStatement): ValidExpression | undefined { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h100 const DIExpression *getExpression() const { return Expression; } in getExpression() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h96 DIExpression *getExpression() const { return Expr; } in getExpression() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h230 TIntermTyped *getExpression() { return mExpr; } in getExpression() function
267 TIntermTyped *getExpression() { return mExpression; } in getExpression() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h370 TIntermTyped* getExpression() { return expr; } in getExpression() function
399 TIntermTyped* getExpression() { return expression; } in getExpression() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h105 DIExpression *getExpression() const { in getExpression() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h138 static Counter getExpression(unsigned ExpressionId) { in getExpression() function
/third_party/glslang/glslang/Include/
Dintermediate.h1309 TIntermTyped* getExpression() const { return expression; } in getExpression() function
/third_party/libabigail/tests/lib/
Dcatch.hpp8338 std::string AssertionResult::getExpression() const { in getExpression() function in Catch::AssertionResult