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 55 /// is in DiagArgumentsStr or in DiagArguments.
66 std::string DiagArgumentsStr[MaxArguments];
260 DiagStorage->DiagArgumentsStr[DiagStorage->NumDiagArgs++] = V;
271 DB.AddString(DiagStorage->DiagArgumentsStr[i]);
Diagnostic.h 658 /// is in DiagArgumentsStr or in DiagArguments.
661 /// DiagArgumentsStr - This holds the values of each string argument for the
664 std::string DiagArgumentsStr[MaxArguments];
    [all...]

Completed in 19 milliseconds