Searched defs:CharUnits (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | CharUnits.h | 45 explicit CharUnits(QuantityType C) : Quantity(C) {} in CharUnits() function
|
H A D | APValue.h | 32 class CharUnits; variable
|
H A D | ASTContext.h | 63 class CharUnits; global() variable [all...] |
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.h | 19 class CharUnits; variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGNonTrivialStruct.cpp | 325 getParamAddrs(std::index_sequence<Ints...> IntSeq,std::array<CharUnits,N> Alignments,const FunctionArgList & Args,CodeGenFunction * CGF) getParamAddrs() argument 834 getSpecialFunction(G && Gen,StringRef FuncName,QualType QT,bool IsVolatile,std::array<CharUnits,N> Alignments,CodeGenModule & CGM) getSpecialFunction() argument [all...] |
H A D | CodeGenModule.h | 66 class CharUnits; global() variable [all...] |