Home
last modified time | relevance | path

Searched refs:StringLit1 (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp478 const StringLiteral *StringLit1 = cast<StringLiteral>(Stmt1); in isIdenticalStmt() local
480 return StringLit1->getBytes() == StringLit2->getBytes(); in isIdenticalStmt()