Home
last modified time | relevance | path

Searched refs:buildStructorSignature (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGCXXABI.h286 virtual void buildStructorSignature(const CXXMethodDecl *MD, StructorType T,
DItaniumCXXABI.cpp215 void buildStructorSignature(const CXXMethodDecl *MD, StructorType T,
1350 ItaniumCXXABI::buildStructorSignature(const CXXMethodDecl *MD, StructorType T, in buildStructorSignature() function in ItaniumCXXABI
DMicrosoftCXXABI.cpp205 void buildStructorSignature(const CXXMethodDecl *MD, StructorType T,
1232 MicrosoftCXXABI::buildStructorSignature(const CXXMethodDecl *MD, StructorType T, in buildStructorSignature() function in MicrosoftCXXABI
DCGCall.cpp242 TheCXXABI.buildStructorSignature(MD, Type, argTypes); in arrangeCXXStructorDeclaration()