Searched defs:getStructor (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 102 static const FunctionDecl *getStructor(const FunctionDecl *fn) { function in namespace:__anon856 109 static const NamedDecl *getStructor(const NamedDecl *decl) { function in namespace:__anon856 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),
|
H A D | MicrosoftMangle.cpp | 70 static const FunctionDecl *getStructor(const NamedDecl *ND) { function in namespace:__anon859 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)) { 1606 getStructor(MD) == Structor;
|
Completed in 63 milliseconds