Searched refs:getStructor (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DItaniumMangle.cpp94 static const FunctionDecl *getStructor(const FunctionDecl *fn) { function in namespace:__anon17737
101 static const NamedDecl *getStructor(const NamedDecl *decl) { function in namespace:__anon17737
103 return (fn ? getStructor(fn) : decl);
257 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
265 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
269 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
H A DMicrosoftMangle.cpp71 static const FunctionDecl *getStructor(const FunctionDecl *fn) { function in namespace:__anon17740
216 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),

Completed in 75 milliseconds