HomeSort by: relevance | last modified time | path
    Searched defs:FieldCount (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
CXXFieldCollector.h 31 /// FieldCount - Each entry represents the number of fields collected during
34 SmallVector<size_t, 4> FieldCount;
42 // // At this point, Fields contains [x,y,q] decls and FieldCount contains
46 // // At this point, Fields contains [x,y,z] decls and FieldCount contains
52 void StartClass() { FieldCount.push_back(0); }
57 ++FieldCount.back();
62 assert(!FieldCount.empty() && "no currently-parsed class");
63 return FieldCount.back();
73 FieldCount.pop_back();
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 365 int FieldCount = int(!Languages.empty()) + int(!Tools.empty());
366 if (FieldCount != 0) {
371 OutStreamer->emitULEB128IntValue(FieldCount);
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 146 UINT32 FieldCount;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 2304 unsigned FieldCount;
2306 std::tie(FieldTI, VShapeTI, FieldCount, ContainsNestedClass) =
2324 ClassRecord CR(Kind, FieldCount, CO, FieldTI, TypeIndex(), VShapeTI,
2353 unsigned FieldCount;
2355 std::tie(FieldTI, std::ignore, FieldCount, ContainsNestedClass) =
2364 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName,

Completed in 29 milliseconds