Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7592 CharUnits ASTContext::getObjCEncodingTypeSize(QualType type) const { in getObjCEncodingTypeSize() function in ASTContext
7661 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
7690 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
7705 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForFunctionDecl()
7729 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForFunctionDecl()
7772 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForMethodDecl()
7801 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForMethodDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2007 CharUnits getObjCEncodingTypeSize(QualType T) const;