HomeSort by relevance Sort by last modified time
    Searched refs:getStructor (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
MicrosoftMangle.cpp 104 static const FunctionDecl *getStructor(const NamedDecl *ND) {
281 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
287 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
    [all...]
ItaniumMangle.cpp 104 static const FunctionDecl *getStructor(const FunctionDecl *fn) {
111 static const NamedDecl *getStructor(const NamedDecl *decl) {
113 return (fn ? getStructor(fn) : decl);
390 : Context(C), Out(Out_), NullOut(NullOut_), Structor(getStructor(D)),
398 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
402 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
    [all...]

Completed in 174 milliseconds