Searched refs:QualTypeVals (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTDiagnostic.h | 34 ArrayRef<intptr_t> QualTypeVals);
|
| /src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 66 ArrayRef<intptr_t> QualTypeVals) { in DummyArgToStringFn() argument 870 SmallVector<intptr_t, 2> QualTypeVals; in FormatDiagnostic() local 875 QualTypeVals.push_back(getRawArg(i)); in FormatDiagnostic() 1065 OutStr, QualTypeVals); in FormatDiagnostic() 1089 Tree, QualTypeVals); in FormatDiagnostic() 1112 OutStr, QualTypeVals); in FormatDiagnostic() 1126 OutStr, QualTypeVals); in FormatDiagnostic()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 518 ArrayRef<intptr_t> QualTypeVals); 884 ArrayRef<intptr_t> QualTypeVals) const { in ConvertArgToString() argument 886 ArgToStringCookie, QualTypeVals); in ConvertArgToString()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 266 ArrayRef<intptr_t> QualTypeVals) { in ConvertTypeToDiagnosticString() argument 273 for (const intptr_t &QualTypeVal : QualTypeVals) { in ConvertTypeToDiagnosticString() 364 ArrayRef<intptr_t> QualTypeVals) { in FormatASTNodeDiagnosticArgument() argument 435 OS << ConvertTypeToDiagnosticString(Context, Ty, PrevArgs, QualTypeVals); in FormatASTNodeDiagnosticArgument() 488 PrevArgs, QualTypeVals); in FormatASTNodeDiagnosticArgument()
|