Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6134 CharUnits ASTContext::getObjCEncodingTypeSize(QualType type) const { in getObjCEncodingTypeSize() function in ASTContext
6203 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
6232 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
6247 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForFunctionDecl()
6271 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForFunctionDecl()
6313 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForMethodDecl()
6342 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForMethodDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1839 CharUnits getObjCEncodingTypeSize(QualType T) const;