Searched defs:NumStrs (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp762 unsigned NumStrs) {
766 sizeof(SourceLocation)*(NumStrs-1),
774 SL->NumConcatenated = NumStrs;
776 if (NumStrs != 1)
777 memcpy(&SL->TokLocs[1], Loc+1, sizeof(SourceLocation)*(NumStrs-1));
781 StringLiteral *StringLiteral::CreateEmpty(ASTContext &C, unsigned NumStrs) { argument
783 sizeof(SourceLocation)*(NumStrs-1),
788 SL->NumConcatenated = NumStrs;
759 Create(ASTContext &C, StringRef Str, StringKind Kind, bool Pascal, QualType Ty, const SourceLocation *Loc, unsigned NumStrs) argument

Completed in 98 milliseconds