Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp105 const StringLiteral* Str = StrRegion->getStringLiteral(); in evalChdir()
H A DCStringChecker.cpp927 const StringLiteral *strLit = cast<StringRegion>(MR)->getStringLiteral(); in getCStringLength()
997 return strRegion->getStringLiteral(); in getCStringLiteral()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp600 StringLiteral *getStringLiteral(StringRef Str) { in getStringLiteral() function in __anonceb1b5150111::RewriteModernObjC
2073 Expr *Replacement = getStringLiteral(StrEncoding); in RewriteAtEncode()
2087 SelExprs.push_back(getStringLiteral(Exp->getSelector().getAsString())); in RewriteAtSelector()
2643 ClsExprs.push_back(getStringLiteral(clsName->getName())); in RewriteObjCBoxedExpr()
2652 getStringLiteral(BoxingMethod->getSelector().getAsString())); in RewriteObjCBoxedExpr()
2766 ClsExprs.push_back(getStringLiteral(clsName->getName())); in RewriteObjCArrayLiteralExpr()
2776 getStringLiteral(ArrayMethod->getSelector().getAsString())); in RewriteObjCArrayLiteralExpr()
2909 ClsExprs.push_back(getStringLiteral(clsName->getName())); in RewriteObjCDictionaryLiteralExpr()
2918 SelExprs.push_back(getStringLiteral(DictMethod->getSelector().getAsString())); in RewriteObjCDictionaryLiteralExpr()
3320 ClsExprs.push_back(getStringLiteral(clsName->getName())); in SynthMessageExpr()
[all …]
H A DRewriteObjC.cpp499 StringLiteral *getStringLiteral(StringRef Str) { in getStringLiteral() function in __anone4fa00500111::RewriteObjC
1989 Expr *Replacement = getStringLiteral(StrEncoding); in RewriteAtEncode()
2003 SelExprs.push_back(getStringLiteral(Exp->getSelector().getAsString())); in RewriteAtSelector()
2681 ClsExprs.push_back(getStringLiteral(ClassDecl->getIdentifier()->getName())); in SynthMessageExpr()
2749 ClsExprs.push_back(getStringLiteral(clsName->getName())); in SynthMessageExpr()
2772 ClsExprs.push_back(getStringLiteral(ClassDecl->getIdentifier()->getName())); in SynthMessageExpr()
2850 SelExprs.push_back(getStringLiteral(Exp->getSelector().getAsString())); in SynthMessageExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h840 const StringLiteral *getStringLiteral() const { return Str; } in getStringLiteral() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp775 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1, in getStaticSize()
H A DRegionStore.cpp1928 const StringLiteral *SL = StrR->getStringLiteral(); in getBindingForElement()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp476 Expr *getStringLiteral(llvm::StringRef Str) { in getStringLiteral() function
488 Args.push_back(getStringLiteral(Format));
517 return getStringLiteral(Indent); in getIndentString()
521 return getStringLiteral(T.getAsString(Policy)); in getTypeString()
631 getStringLiteral(FD->getName())}; in dumpRecordValue()