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 80 static const FunctionDecl *getStructor(const FunctionDecl *fn) {
87 static const NamedDecl *getStructor(const NamedDecl *decl) {
89 return (fn ? getStructor(fn) : decl);
228 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
236 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
240 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
    [all...]
MicrosoftMangle.cpp 31 static const FunctionDecl *getStructor(const FunctionDecl *fn) {
70 Structor(getStructor(D)), StructorType(Type),
    [all...]

Completed in 54 milliseconds