Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h169 intptr_t DiagArgumentsVal[MaxArguments]; member
1186 DiagStorage->DiagArgumentsVal[DiagStorage->NumDiagArgs++] = V; in AddTaggedVal()
1575 DiagObj->DiagStorage.DiagArgumentsVal[Idx]); in getArgCStr()
1583 return (int)DiagObj->DiagStorage.DiagArgumentsVal[Idx]; in getArgSInt()
1591 return (unsigned)DiagObj->DiagStorage.DiagArgumentsVal[Idx]; in getArgUInt()
1600 DiagObj->DiagStorage.DiagArgumentsVal[Idx]); in getArgIdentifier()
1608 return DiagObj->DiagStorage.DiagArgumentsVal[Idx]; in getRawArg()
H A DPartialDiagnostic.h157 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i], in Emit()