Home
last modified time | relevance | path

Searched refs:ClassTmpl (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/Index/
H A Dprint-display-names.cpp2 class ClassTmpl { }; class
6 template class ClassTmpl<Integer, Integer>; variable
8 void f(ClassTmpl<float, Integer> p);
11 void g(ClassTmpl<T, T>);
13 template<> void g<int>(ClassTmpl<int, int>);
/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp1309 template <typename> struct ClassTmpl { struct
1322 template<> void ClassTmpl<int>::importedNormal() {} in importedNormal()
1326 template<> void ClassTmpl<int>::importedStatic() {} in importedStatic()
/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp526 if (ClassTemplateDecl *ClassTmpl = CXXRecord->getDescribedClassTemplate()) { in VisitTagDecl()
541 VisitTemplateParameterList(ClassTmpl->getTemplateParameters()); in VisitTagDecl()
530 if (ClassTemplateDecl *ClassTmpl = CXXRecord->getDescribedClassTemplate()) { VisitTagDecl() local
/llvm-project/clang/include/clang/Basic/
H A DAttr.td173 def ClassTmpl : SubsetSubject<CXXRecord, [{S->getDescribedClassTemplate()}],
3251 let Subjects = SubjectList<[ClassTmpl]>;
3478 let Subjects = SubjectList<[ClassTmpl, FunctionTmpl, VarTmpl]>;
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp8952 if (ClassTemplateDecl *ClassTmpl = RD->getDescribedClassTemplate()) in clang_Cursor_isExternalSymbol()
8953 return ClassTmpl; in clang_Cursor_isExternalSymbol()
8746 if (ClassTemplateDecl *ClassTmpl = RD->getDescribedClassTemplate()) maybeGetTemplateCursor() local