Searched refs:DetectVarDeclarationWithoutScope (Results 1 – 5 of 5) sorted by relevance
47 if (Analysis::DetectVarDeclarationWithoutScope(*ifTrue, context.fErrors)) { in Convert()50 if (ifFalse && Analysis::DetectVarDeclarationWithoutScope(*ifFalse, context.fErrors)) { in Convert()68 SkASSERT(!Analysis::DetectVarDeclarationWithoutScope(*ifTrue)); in Make()69 SkASSERT(!ifFalse || !Analysis::DetectVarDeclarationWithoutScope(*ifFalse)); in Make()
28 if (Analysis::DetectVarDeclarationWithoutScope(*stmt, context.fErrors)) { in Convert()39 SkASSERT(!Analysis::DetectVarDeclarationWithoutScope(*stmt)); in Make()
123 if (Analysis::DetectVarDeclarationWithoutScope(*statement, context.fErrors)) { in Convert()169 SkASSERT(!Analysis::DetectVarDeclarationWithoutScope(*statement)); in Make()
71 bool DetectVarDeclarationWithoutScope(const Statement& stmt, ErrorReporter* errors = nullptr);
339 bool Analysis::DetectVarDeclarationWithoutScope(const Statement& stmt, ErrorReporter* errors) { in DetectVarDeclarationWithoutScope() function in SkSL::Analysis