Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h45 explicit CharUnits(QuantityType C) : Quantity(C) {} in CharUnits() function
H A DASTContext.h63 class CharUnits; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h19 class CharUnits; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp325 std::array<CharUnits, N> Alignments, in getParamAddrs()
834 std::array<CharUnits, N> Alignments, CodeGenModule &CGM) { in getSpecialFunction()
H A DCodeGenModule.h66 class CharUnits; variable