Searched defs:NumConcatenated (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1129 StringLiteral(const ASTContext & Ctx,StringRef Str,StringLiteralKind Kind,bool Pascal,QualType Ty,const SourceLocation * Loc,unsigned NumConcatenated) StringLiteral() argument 1183 StringLiteral(EmptyShell Empty,unsigned NumConcatenated,unsigned Length,unsigned CharByteWidth) StringLiteral() argument 1194 Create(const ASTContext & Ctx,StringRef Str,StringLiteralKind Kind,bool Pascal,QualType Ty,const SourceLocation * Loc,unsigned NumConcatenated) Create() argument 1203 CreateEmpty(const ASTContext & Ctx,unsigned NumConcatenated,unsigned Length,unsigned CharByteWidth) CreateEmpty() argument [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 667 unsigned NumConcatenated = Record.readInt(); VisitStringLiteral() local
|