Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DRvalueReferenceParamNotMovedCheck.cpp83 const auto *TemplateType = in check() local
H A DMissingStdForwardCheck.cpp48 const auto *TemplateType = ParamType->getAs<TemplateTypeParmType>(); in AST_MATCHER() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-bool-literals-ignore-macros.cpp82 type TemplateType = 0; in templateFunction() local
H A Duse-bool-literals.cpp86 type TemplateType = 0; in templateFunction() local
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp68 const auto TemplateType = anyOf( in registerMatchers() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunused-local-non-trivial-variable.cpp76 async::Future<T> TemplateType; in qux() local
/llvm-project/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp910 } else if (auto *TemplateType = fixTypeLoc() local
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1353 auto *TemplateType = TypeNode->getAs<TemplateSpecializationType>(); getAsCXXRecordDeclOrPrimaryTemplate() local