Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp5083 CharUnits ParmOffset = PtrSize; in getObjCEncodingForBlock() local
5090 ParmOffset += sz; in getObjCEncodingForBlock()
5093 S += charUnitsToString(ParmOffset); in getObjCEncodingForBlock()
5098 ParmOffset = PtrSize; in getObjCEncodingForBlock()
5114 S += charUnitsToString(ParmOffset); in getObjCEncodingForBlock()
5115 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
5125 CharUnits ParmOffset; in getObjCEncodingForFunctionDecl() local
5135 ParmOffset += sz; in getObjCEncodingForFunctionDecl()
5137 S += charUnitsToString(ParmOffset); in getObjCEncodingForFunctionDecl()
5138 ParmOffset = CharUnits::Zero(); in getObjCEncodingForFunctionDecl()
[all …]