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 70 static const FunctionDecl *getStructor(const NamedDecl *ND) {
237 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
243 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
789 if (Structor == getStructor(ND)) {
    [all...]
ItaniumMangle.cpp 102 static const FunctionDecl *getStructor(const FunctionDecl *fn) {
109 static const NamedDecl *getStructor(const NamedDecl *decl) {
111 return (fn ? getStructor(fn) : decl);
273 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
281 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
285 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
    [all...]

Completed in 580 milliseconds