reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 6698   TemplateDecl *AdjustDeclIfTemplate(Decl *&Decl);

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 5564   AdjustDeclIfTemplate(ConstructorD);
tools/clang/lib/Sema/SemaDecl.cpp
15634   AdjustDeclIfTemplate(TagD);
15671   AdjustDeclIfTemplate(TagD);
15706   AdjustDeclIfTemplate(TagD);
15750   AdjustDeclIfTemplate(TagD);
tools/clang/lib/Sema/SemaDeclCXX.cpp
 2556   AdjustDeclIfTemplate(classdecl);
 2731   AdjustDeclIfTemplate(ClassDecl);
 4063   AdjustDeclIfTemplate(ConstructorD);
 5308   AdjustDeclIfTemplate(ConstructorDecl);
 8371   AdjustDeclIfTemplate(TagDecl);
 8520   AdjustDeclIfTemplate(RecordD);
 8584   AdjustDeclIfTemplate(MethodD);
15136   AdjustDeclIfTemplate(Dcl);