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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyClassLayoutGraphicalDumper.cpp 66 CurrentItem = Item;
68 VTableLayoutItem &Layout = static_cast<VTableLayoutItem &>(*CurrentItem);
109 assert(CurrentItem != nullptr);
112 BaseClassLayout &Layout = static_cast<BaseClassLayout &>(*CurrentItem);
153 if (CurrentItem != nullptr) {
155 static_cast<DataMemberLayoutItem &>(*CurrentItem);
171 assert(CurrentItem != nullptr);
PrettyClassLayoutGraphicalDumper.h 49 LayoutItemBase *CurrentItem = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 1907 Builder.CreateGEP(EnumStateItems, index, "currentitem.ptr");
1908 llvm::Value *CurrentItem =
1933 IsKindOfClassSel, CurrentItem,
1941 ArrayRef<llvm::Constant *>(StaticData), CurrentItem);
1946 CurrentItem = Builder.CreateBitCast(CurrentItem, convertedElementType,
1947 "currentitem");
1953 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue);
1955 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue,

Completed in 95 milliseconds