Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp106 const StringLiteral* Str = StrRegion->getStringLiteral(); in evalChdir()
H A DCStringChecker.cpp1072 const StringLiteral *strLit = cast<StringRegion>(MR)->getStringLiteral(); in getCStringLength()
1142 return strRegion->getStringLiteral(); in getCStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp599 StringLiteral *getStringLiteral(StringRef Str) { in getStringLiteral() function in __anonc09f721f0111::RewriteModernObjC
2072 Expr *Replacement = getStringLiteral(StrEncoding); in RewriteAtEncode()
2086 SelExprs.push_back(getStringLiteral(Exp->getSelector().getAsString())); in RewriteAtSelector()
2642 ClsExprs.push_back(getStringLiteral(clsName->getName())); in RewriteObjCBoxedExpr()
2651 getStringLiteral(BoxingMethod->getSelector().getAsString())); in RewriteObjCBoxedExpr()
2765 ClsExprs.push_back(getStringLiteral(clsName->getName())); in RewriteObjCArrayLiteralExpr()
2775 getStringLiteral(ArrayMethod->getSelector().getAsString())); in RewriteObjCArrayLiteralExpr()
2908 ClsExprs.push_back(getStringLiteral(clsName->getName())); in RewriteObjCDictionaryLiteralExpr()
2917 SelExprs.push_back(getStringLiteral(DictMethod->getSelector().getAsString())); in RewriteObjCDictionaryLiteralExpr()
3253 ClsExprs.push_back(getStringLiteral(ClassDecl->getIdentifier()->getName())); in SynthMessageExpr()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h845 const StringLiteral *getStringLiteral() const { return Str; } in getStringLiteral() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp794 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1, in getStaticSize()
H A DRegionStore.cpp1928 const StringLiteral *SL = StrR->getStringLiteral(); in getBindingForElement()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp505 Expr *getStringLiteral(llvm::StringRef Str) { in getStringLiteral() function
517 Args.push_back(getStringLiteral(Format));
546 return getStringLiteral(Indent); in getIndentString()
550 return getStringLiteral(T.getAsString(Policy)); in getTypeString()
660 getStringLiteral(FD->getName())}; in dumpRecordValue()