Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp5188 CharUnits ParmOffset = PtrSize; in getObjCEncodingForBlock() local
5195 ParmOffset += sz; in getObjCEncodingForBlock()
5198 S += charUnitsToString(ParmOffset); in getObjCEncodingForBlock()
5203 ParmOffset = PtrSize; in getObjCEncodingForBlock()
5219 S += charUnitsToString(ParmOffset); in getObjCEncodingForBlock()
5220 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
5230 CharUnits ParmOffset; in getObjCEncodingForFunctionDecl() local
5240 ParmOffset += sz; in getObjCEncodingForFunctionDecl()
5242 S += charUnitsToString(ParmOffset); in getObjCEncodingForFunctionDecl()
5243 ParmOffset = CharUnits::Zero(); in getObjCEncodingForFunctionDecl()
[all …]