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 71 static const FunctionDecl *getStructor(const NamedDecl *ND) {
243 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
249 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
    [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);
271 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
279 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
283 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
    [all...]

Completed in 61 milliseconds