Searched defs:ParmType (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ | ||
H A D | RefCntblBaseVirtualDtorChecker.cpp | 87 if (auto *ParmType = dyn_cast<TemplateTypeParmType>(PointeeType)) { VisitCXXDeleteExpr() local |
/llvm-project/clang/lib/Analysis/ | ||
H A D | ExprMutationAnalyzer.cpp | 645 QualType ParmType = findFunctionArgMutation() local |
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | Hover.cpp | 1051 getPassMode(QualType ParmType) getPassMode() argument |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclAttr.cpp | 2799 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); handleVecTypeHint() local |