Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7665 CharUnits ParmOffset = PtrSize; in getObjCEncodingForBlock() local
7672 ParmOffset += sz; in getObjCEncodingForBlock()
7675 S += charUnitsToString(ParmOffset); in getObjCEncodingForBlock()
7680 ParmOffset = PtrSize; in getObjCEncodingForBlock()
7708 CharUnits ParmOffset; in getObjCEncodingForFunctionDecl() local
7718 ParmOffset += sz; in getObjCEncodingForFunctionDecl()
7720 S += charUnitsToString(ParmOffset); in getObjCEncodingForFunctionDecl()
7721 ParmOffset = CharUnits::Zero(); in getObjCEncodingForFunctionDecl()
7775 CharUnits ParmOffset = 2 * PtrSize; in getObjCEncodingForMethodDecl() local
7785 ParmOffset += sz; in getObjCEncodingForMethodDecl()
[all …]