Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp953 bool Sema::SemaCheckStringLiteral(const Expr *E, const CallExpr *TheCall, in SemaCheckStringLiteral() function in Sema
967 return SemaCheckStringLiteral(C->getTrueExpr(), TheCall, HasVAListArg, in SemaCheckStringLiteral()
969 && SemaCheckStringLiteral(C->getFalseExpr(), TheCall, HasVAListArg, in SemaCheckStringLiteral()
1016 return SemaCheckStringLiteral(Init, TheCall, in SemaCheckStringLiteral()
1057 return SemaCheckStringLiteral(Arg, TheCall, HasVAListArg, in SemaCheckStringLiteral()
1149 if (SemaCheckStringLiteral(OrigFormatExpr, TheCall, HasVAListArg, format_idx, in CheckPrintfScanfArguments()
/external/clang/include/clang/Sema/
DSema.h5908 bool SemaCheckStringLiteral(const Expr *E, const CallExpr *TheCall,