Home
last modified time | relevance | path

Searched defs:TemplateArgumentInfo (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTDiagnostic.cpp524 struct TemplateArgumentInfo { struct in __anon9da9a8600111::TemplateDiff::DiffTree
525 QualType ArgType;
526 Qualifiers Qual;
527 llvm::APSInt Val;
528 bool IsValidInt = false;
529 Expr *ArgExpr = nullptr;
530 TemplateDecl *TD = nullptr;
531 ValueDecl *VD = nullptr;
532 bool NeedAddressOf = false;
533 bool IsNullPtr = false;
[all …]