Searched refs:AdjustDeclIfTemplate (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2563 AdjustDeclIfTemplate(classdecl);
2738 AdjustDeclIfTemplate(ClassDecl);
4090 AdjustDeclIfTemplate(ConstructorD);
5335 AdjustDeclIfTemplate(ConstructorDecl);
9515 AdjustDeclIfTemplate(TagDecl);
9716 AdjustDeclIfTemplate(RecordD);
9780 AdjustDeclIfTemplate(MethodD);
16326 AdjustDeclIfTemplate(Dcl);
H A DSemaDecl.cpp15785 AdjustDeclIfTemplate(TagD);
15822 AdjustDeclIfTemplate(TagD);
15857 AdjustDeclIfTemplate(TagD);
15901 AdjustDeclIfTemplate(TagD);
H A DSemaCodeComplete.cpp5591 AdjustDeclIfTemplate(ConstructorD);
H A DSemaTemplate.cpp889 /// AdjustDeclIfTemplate - If the given decl happens to be a template, reset
892 TemplateDecl *Sema::AdjustDeclIfTemplate(Decl *&D) { function in class:Sema
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6937 TemplateDecl *AdjustDeclIfTemplate(Decl *&Decl);

Completed in 382 milliseconds