Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp4756 CharUnits ParmOffset = PtrSize; in getObjCEncodingForBlock() local
4764 ParmOffset += sz; in getObjCEncodingForBlock()
4767 S += charUnitsToString(ParmOffset); in getObjCEncodingForBlock()
4772 ParmOffset = PtrSize; in getObjCEncodingForBlock()
4790 S += charUnitsToString(ParmOffset); in getObjCEncodingForBlock()
4791 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
4801 CharUnits ParmOffset; in getObjCEncodingForFunctionDecl() local
4812 ParmOffset += sz; in getObjCEncodingForFunctionDecl()
4814 S += charUnitsToString(ParmOffset); in getObjCEncodingForFunctionDecl()
4815 ParmOffset = CharUnits::Zero(); in getObjCEncodingForFunctionDecl()
[all …]