Home
last modified time | relevance | path

Searched defs:CharUnits (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
DCharUnits.h45 explicit CharUnits(QuantityType C) : Quantity(C) {} in CharUnits() function
50 CharUnits() : Quantity(0) {} in CharUnits() function
DAPValue.h26 class CharUnits; variable
DASTContext.h55 class CharUnits; variable
/external/llvm-project/clang/include/clang/AST/
DCharUnits.h45 explicit CharUnits(QuantityType C) : Quantity(C) {} in CharUnits() function
DAPValue.h28 class CharUnits; variable
DASTContext.h91 class CharUnits; variable
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.h19 class CharUnits; variable
/external/llvm-project/clang/lib/CodeGen/
DCGNonTrivialStruct.cpp326 std::array<CharUnits, N> Alignments, in getParamAddrs()
845 std::array<CharUnits, N> Alignments, CodeGenModule &CGM) { in getSpecialFunction()
DCodeGenModule.h63 class CharUnits; variable
/external/clang/lib/CodeGen/
DCodeGenModule.h62 class CharUnits; variable
DTargetInfo.cpp327 std::pair<CharUnits, CharUnits> ValueInfo, in emitVoidPtrVAArg()