Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.h273 virtual void buildStructorSignature(const CXXMethodDecl *MD, StructorType T,
DItaniumCXXABI.cpp162 void buildStructorSignature(const CXXMethodDecl *MD, StructorType T,
1205 ItaniumCXXABI::buildStructorSignature(const CXXMethodDecl *MD, StructorType T, in buildStructorSignature() function in ItaniumCXXABI
DMicrosoftCXXABI.cpp156 void buildStructorSignature(const CXXMethodDecl *MD, StructorType T,
1135 MicrosoftCXXABI::buildStructorSignature(const CXXMethodDecl *MD, StructorType T, in buildStructorSignature() function in MicrosoftCXXABI
DCGCall.cpp212 TheCXXABI.buildStructorSignature(MD, Type, argTypes); in arrangeCXXStructorDeclaration()