Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DMisplacedConstCheck.cpp44 QualType NewQT = Context.getPointerType( in guessAlternateQualification() local
46 return NewQT.withCVRQualifiers(Quals.getCVRQualifiers()); in guessAlternateQualification()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseAutoCheck.cpp105 QualType NewQT = QT.getSingleStepDesugaredType(Finder->getASTContext()); in AST_MATCHER_P() local
106 if (NewQT == QT) in AST_MATCHER_P()
108 QT = NewQT; in AST_MATCHER_P()