Searched refs:getCStringLiteral (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp138 const StringLiteral *getCStringLiteral(CheckerContext &C,
778 const StringLiteral *CStringChecker::getCStringLiteral(CheckerContext &C, function in class:CStringChecker
1695 const StringLiteral *s1StrLiteral = getCStringLiteral(C, state, s1, s1Val);
1696 const StringLiteral *s2StrLiteral = getCStringLiteral(C, state, s2, s2Val);

Completed in 60 milliseconds