Home
last modified time | relevance | path

Searched refs:ParmOffset (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8719 CharUnits ParmOffset = PtrSize; in getObjCEncodingForBlock() local
8726 ParmOffset += sz; in getObjCEncodingForBlock()
8729 S += charUnitsToString(ParmOffset); in getObjCEncodingForBlock()
8734 ParmOffset = PtrSize; in getObjCEncodingForBlock()
8750 S += charUnitsToString(ParmOffset); in getObjCEncodingForBlock()
8751 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
8762 CharUnits ParmOffset; in getObjCEncodingForFunctionDecl() local
8772 ParmOffset += sz; in getObjCEncodingForFunctionDecl()
8774 S += charUnitsToString(ParmOffset); in getObjCEncodingForFunctionDecl()
8775 ParmOffset = CharUnits::Zero(); in getObjCEncodingForFunctionDecl()
[all …]