Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp105 const StringLiteral* Str = StrRegion->getStringLiteral(); in evalChdir()
H A DCStringChecker.cpp903 const StringLiteral *strLit = cast<StringRegion>(MR)->getStringLiteral(); in getCStringLength()
959 return strRegion->getStringLiteral(); in getCStringLiteral()
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp600 StringLiteral *getStringLiteral(StringRef Str) { in getStringLiteral() function in __anon5f8b160c0111::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 __anon5cb7b4070111::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()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h835 const StringLiteral *getStringLiteral() const { return Str; } in getStringLiteral() function
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp747 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1, in getStaticSize()
H A DRegionStore.cpp1941 const StringLiteral *SL = StrR->getStringLiteral(); in getBindingForElement()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp446 Expr *getStringLiteral(llvm::StringRef Str) { in getStringLiteral() function
458 Args.push_back(getStringLiteral(Format));
487 return getStringLiteral(Indent); in getIndentString()
491 return getStringLiteral(T.getAsString(Policy)); in getTypeString()
601 getStringLiteral(FD->getName())}; in dumpRecordValue()