Searched refs:QualTypeVals (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTDiagnostic.h | 34 ArrayRef<intptr_t> QualTypeVals);
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 72 ArrayRef<intptr_t> QualTypeVals) { in DummyArgToStringFn() argument 1151 SmallVector<intptr_t, 2> QualTypeVals; in FormatDiagnostic() local 1156 QualTypeVals.push_back(getRawArg(i)); in FormatDiagnostic() 1355 FormattedArgs, OutStr, QualTypeVals); in FormatDiagnostic() 1378 FormattedArgs, Tree, QualTypeVals); in FormatDiagnostic() 1400 FormattedArgs, OutStr, QualTypeVals); in FormatDiagnostic() 1413 FormattedArgs, OutStr, QualTypeVals); in FormatDiagnostic()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 567 ArrayRef<intptr_t> QualTypeVals); 910 ArrayRef<intptr_t> QualTypeVals) const { in ConvertArgToString() argument 912 ArgToStringCookie, QualTypeVals); in ConvertArgToString()
|
| /freebsd/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() 489 PrevArgs, QualTypeVals); in FormatASTNodeDiagnosticArgument()
|