Searched refs:ParamNameSuffix (Results 1 – 1 of 1) sorted by relevance
30 static const char ParamNameSuffix[] = "}"; variable32 llvm::StringRef(ParamNameSuffix).size();59 if (A.startswith(ParamNamePrefix) && A.endswith(ParamNameSuffix)) { in parseCommandArgs()