Home | History | Annotate | Download | only in AST

Lines Matching refs:getStructor

93 static const FunctionDecl *getStructor(const FunctionDecl *fn) {
100 static const NamedDecl *getStructor(const NamedDecl *decl) {
102 return (fn ? getStructor(fn) : decl);
254 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
262 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
266 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),