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

  /external/clang/lib/AST/
MicrosoftMangle.cpp 45 /// The "structor" is the top-level declaration being mangled, if
48 const NamedDecl *Structor;
69 Structor(0), StructorType(-1),
77 Structor(getStructor(D)), StructorType(Type),
516 if (ND == Structor) {
524 if (ND == Structor)
    [all...]
ItaniumMangle.cpp 199 /// The "structor" is the top-level declaration being mangled, if
202 const NamedDecl *Structor;
254 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
262 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
266 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 215 milliseconds