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

  /external/clang/lib/AST/
ItaniumMangle.cpp 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),
    [all...]
MicrosoftMangle.cpp 71 static const FunctionDecl *getStructor(const FunctionDecl *fn) {
216 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
    [all...]

Completed in 121 milliseconds