Home
last modified time | relevance | path

Searched refs:DiagArgumentsVal (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h170 uint64_t DiagArgumentsVal[MaxArguments]; member
1191 DiagStorage->DiagArgumentsVal[DiagStorage->NumDiagArgs++] = V; in AddTaggedVal()
1604 DiagObj->DiagStorage.DiagArgumentsVal[Idx]); in getArgCStr()
1612 return (int64_t)DiagObj->DiagStorage.DiagArgumentsVal[Idx]; in getArgSInt()
1620 return DiagObj->DiagStorage.DiagArgumentsVal[Idx]; in getArgUInt()
1629 DiagObj->DiagStorage.DiagArgumentsVal[Idx]); in getArgIdentifier()
1637 return DiagObj->DiagStorage.DiagArgumentsVal[Idx]; in getRawArg()
H A DPartialDiagnostic.h154 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i], in Emit()