HomeSort by: relevance | last modified time | path
    Searched refs:getStructor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 102 static const FunctionDecl *getStructor(const FunctionDecl *fn) {
109 static const NamedDecl *getStructor(const NamedDecl *decl) {
111 return (fn ? getStructor(fn) : decl);
430 : Context(C), Out(Out_), NullOut(NullOut_), Structor(getStructor(D)),
438 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
442 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
MicrosoftMangle.cpp 114 static const FunctionDecl *getStructor(const NamedDecl *ND) {
334 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
341 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
377 return ND == Structor || getStructor(ND) == Structor;

Completed in 67 milliseconds