HomeSort by relevance Sort by last modified time
    Searched refs:DiagArgumentsStr (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
PartialDiagnostic.h 51 /// is in DiagArgumentsStr or in DiagArguments.
62 std::string DiagArgumentsStr[MaxArguments];
251 DiagStorage->DiagArgumentsStr[DiagStorage->NumDiagArgs++] = V;
262 DB.AddString(DiagStorage->DiagArgumentsStr[i]);
Diagnostic.h 600 /// is in DiagArgumentsStr or in DiagArguments.
603 /// DiagArgumentsStr - This holds the values of each string argument for the
606 std::string DiagArgumentsStr[MaxArguments];
752 DiagObj->DiagArgumentsStr[NumArgs++] = S;
    [all...]

Completed in 226 milliseconds