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

/external/clang/lib/AST/
H A DItaniumMangle.cpp79 static const FunctionDecl *getStructor(const FunctionDecl *fn) { function in namespace:__anon3510
86 static const NamedDecl *getStructor(const NamedDecl *decl) { function in namespace:__anon3510
88 return (fn ? getStructor(fn) : decl);
227 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
235 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
239 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),

Completed in 59 milliseconds