Home | History | Annotate | Download | only in AST

Lines Matching refs:getStructor

94 static const FunctionDecl *getStructor(const FunctionDecl *fn) {
101 static const NamedDecl *getStructor(const NamedDecl *decl) {
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),