Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h170 uint64_t DiagArgumentsVal[MaxArguments]; member
1196 DiagStorage->DiagArgumentsVal[DiagStorage->NumDiagArgs++] = V; in AddTaggedVal()
1614 DiagObj->DiagStorage.DiagArgumentsVal[Idx]); in getArgCStr()
1622 return (int64_t)DiagObj->DiagStorage.DiagArgumentsVal[Idx]; in getArgSInt()
1630 return DiagObj->DiagStorage.DiagArgumentsVal[Idx]; in getArgUInt()
1639 DiagObj->DiagStorage.DiagArgumentsVal[Idx]); in getArgIdentifier()
1647 return DiagObj->DiagStorage.DiagArgumentsVal[Idx]; in getRawArg()
H A DPartialDiagnostic.h154 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i], in Emit()