|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/Expr.h 1752 static StringLiteral *Create(const ASTContext &Ctx, StringRef Str,
References
tools/clang/include/clang/AST/Expr.h 1761 return Create(Ctx, Str, Kind, Pascal, Ty, &Loc, 1);
tools/clang/lib/AST/ASTImporter.cpp 6404 return StringLiteral::Create(
tools/clang/lib/Sema/SemaExpr.cpp 1695 StringLiteral *Lit = StringLiteral::Create(Context, Literal.GetString(),
3482 Expr *Lit = StringLiteral::Create(
tools/clang/lib/Sema/SemaExprObjC.cpp 72 S = StringLiteral::Create(Context, StrBuf, StringLiteral::Ascii,