Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp106 if (StrRegion->getStringLiteral()->getString() == "/") { in evalChdir()
H A DCStringChecker.cpp1078 const StringLiteral *strLit = cast<StringRegion>(MR)->getStringLiteral(); in getCStringLength()
1148 return strRegion->getStringLiteral(); in getCStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp598 StringLiteral *getStringLiteral(StringRef Str) { in getStringLiteral() function in __anonc09f721f0111::RewriteModernObjC
2071 Expr *Replacement = getStringLiteral(StrEncoding); in RewriteAtEncode()
2085 SelExprs.push_back(getStringLiteral(Exp->getSelector().getAsString())); in RewriteAtSelector()
2641 ClsExprs.push_back(getStringLiteral(clsName->getName())); in RewriteObjCBoxedExpr()
2650 getStringLiteral(BoxingMethod->getSelector().getAsString())); in RewriteObjCBoxedExpr()
2764 ClsExprs.push_back(getStringLiteral(clsName->getName())); in RewriteObjCArrayLiteralExpr()
2774 getStringLiteral(ArrayMethod->getSelector().getAsString())); in RewriteObjCArrayLiteralExpr()
2907 ClsExprs.push_back(getStringLiteral(clsName->getName())); in RewriteObjCDictionaryLiteralExpr()
2916 SelExprs.push_back(getStringLiteral(DictMethod->getSelector().getAsString())); in RewriteObjCDictionaryLiteralExpr()
3252 ClsExprs.push_back(getStringLiteral(ClassDecl->getIdentifier()->getName())); in SynthMessageExpr()
[all …]
H A DRewriteObjC.cpp497 StringLiteral *getStringLiteral(StringRef Str) { in getStringLiteral() function in __anonb8493dda0111::RewriteObjC
1987 Expr *Replacement = getStringLiteral(StrEncoding); in RewriteAtEncode()
2001 SelExprs.push_back(getStringLiteral(Exp->getSelector().getAsString())); in RewriteAtSelector()
2679 ClsExprs.push_back(getStringLiteral(ClassDecl->getIdentifier()->getName())); in SynthMessageExpr()
2747 ClsExprs.push_back(getStringLiteral(clsName->getName())); in SynthMessageExpr()
2770 ClsExprs.push_back(getStringLiteral(ClassDecl->getIdentifier()->getName())); in SynthMessageExpr()
2848 SelExprs.push_back(getStringLiteral(Exp->getSelector().getAsString())); in SynthMessageExpr()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h873 const StringLiteral *getStringLiteral() const { return Str; } in getStringLiteral() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp818 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1, in getStaticSize()
H A DRegionStore.cpp2087 const StringLiteral *SL = StrR->getStringLiteral(); in getBindingForElement()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp503 Expr *getStringLiteral(llvm::StringRef Str) { in getStringLiteral() function
515 Args.push_back(getStringLiteral(Format));
544 return getStringLiteral(Indent); in getIndentString()
548 return getStringLiteral(T.getAsString(Policy)); in getTypeString()
658 getStringLiteral(FD->getName())}; in dumpRecordValue()