Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp113 const StringLiteral* Str = StrRegion->getStringLiteral(); in Chdir()
H A DCStringChecker.cpp791 const StringLiteral *strLit = cast<StringRegion>(MR)->getStringLiteral(); in getCStringLength()
846 return strRegion->getStringLiteral(); in getCStringLiteral()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp599 StringLiteral *getStringLiteral(StringRef Str) { in getStringLiteral() function in __anonadad980e0111::RewriteModernObjC
2068 Expr *Replacement = getStringLiteral(StrEncoding); in RewriteAtEncode()
2082 SelExprs.push_back(getStringLiteral(Exp->getSelector().getAsString())); in RewriteAtSelector()
2637 ClsExprs.push_back(getStringLiteral(clsName->getName())); in RewriteObjCBoxedExpr()
2646 getStringLiteral(BoxingMethod->getSelector().getAsString())); in RewriteObjCBoxedExpr()
2760 ClsExprs.push_back(getStringLiteral(clsName->getName())); in RewriteObjCArrayLiteralExpr()
2770 getStringLiteral(ArrayMethod->getSelector().getAsString())); in RewriteObjCArrayLiteralExpr()
2902 ClsExprs.push_back(getStringLiteral(clsName->getName())); in RewriteObjCDictionaryLiteralExpr()
2911 SelExprs.push_back(getStringLiteral(DictMethod->getSelector().getAsString())); in RewriteObjCDictionaryLiteralExpr()
3317 ClsExprs.push_back(getStringLiteral(clsName->getName())); in SynthMessageExpr()
[all …]
H A DRewriteObjC.cpp499 StringLiteral *getStringLiteral(StringRef Str) { in getStringLiteral() function in __anon0b295c890111::RewriteObjC
1981 Expr *Replacement = getStringLiteral(StrEncoding); in RewriteAtEncode()
1995 SelExprs.push_back(getStringLiteral(Exp->getSelector().getAsString())); in RewriteAtSelector()
2675 ClsExprs.push_back(getStringLiteral(ClassDecl->getIdentifier()->getName())); in SynthMessageExpr()
2742 ClsExprs.push_back(getStringLiteral(clsName->getName())); in SynthMessageExpr()
2769 ClsExprs.push_back(getStringLiteral(ClassDecl->getIdentifier()->getName())); in SynthMessageExpr()
2847 SelExprs.push_back(getStringLiteral(Exp->getSelector().getAsString())); in SynthMessageExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h819 const StringLiteral *getStringLiteral() const { return Str; } in getStringLiteral() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp209 return svalBuilder.makeIntVal(getStringLiteral()->getByteLength()+1, in getExtent()
H A DRegionStore.cpp1642 const StringLiteral *Str = StrR->getStringLiteral(); in getBindingForElement()