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 44 /// The "structor" is the top-level declaration being mangled, if
47 const NamedDecl *Structor;
64 Structor(0), StructorType(-1),
70 Structor(getStructor(D)), StructorType(Type),
506 if (ND == Structor) {
514 if (ND == Structor)
    [all...]
ItaniumMangle.cpp 173 /// The "structor" is the top-level declaration being mangled, if
176 const NamedDecl *Structor;
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...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 633 milliseconds