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

/external/clang/lib/AST/
H A DExpr.cpp649 unsigned NumStrs) {
653 sizeof(SourceLocation)*(NumStrs-1),
661 SL->NumConcatenated = NumStrs;
663 if (NumStrs != 1)
664 memcpy(&SL->TokLocs[1], Loc+1, sizeof(SourceLocation)*(NumStrs-1));
668 StringLiteral *StringLiteral::CreateEmpty(ASTContext &C, unsigned NumStrs) { argument
670 sizeof(SourceLocation)*(NumStrs-1),
675 SL->NumConcatenated = NumStrs;
646 Create(ASTContext &C, StringRef Str, StringKind Kind, bool Pascal, QualType Ty, const SourceLocation *Loc, unsigned NumStrs) argument

Completed in 50 milliseconds