Searched refs:thisType (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp359 QualType thisType; local
361 thisType = C.getPointerType(C.getRecordType(RD));
363 thisType = cast<CXXMethodDecl>(DC)->getThisType(C);
365 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType);
367 = CGM.getContext().getTypeInfoInChars(thisType);

Completed in 127 milliseconds