Searched defs:CodeGenFunction (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1 //===--- CodeGenFunction.cpp - Emit LLVM Code from ASTs for a Function ----===//
14 #include "CodeGenFunction.h"
36 CodeGenFunction::CodeGenFunction(CodeGenModule &cgm, bool suppressNewContext) function in class:CodeGenFunction
67 CodeGenFunction::~CodeGenFunction() {
82 llvm::Type *CodeGenFunction::ConvertTypeForMem(QualType T) {
86 llvm::Type *CodeGenFunction::ConvertType(QualType T) {
90 TypeEvaluationKind CodeGenFunction::getEvaluationKind(QualType type) {
142 void CodeGenFunction
[all...]
H A DCodeGenFunction.h1 //===-- CodeGenFunction.h - Per-Function state for LLVM CodeGen -*- C++ -*-===//
96 /// CodeGenFunction - This class organizes the per-function state that is used
98 class CodeGenFunction : public CodeGenTypeCache { class in namespace:clang::CodeGen
99 CodeGenFunction(const CodeGenFunction &) LLVM_DELETED_FUNCTION;
100 void operator=(const CodeGenFunction &) LLVM_DELETED_FUNCTION;
205 virtual void EmitBody(CodeGenFunction &CGF, Stmt *S) {
315 void enter(CodeGenFunction &CGF, const Stmt *Finally,
318 void exit(CodeGenFunction &CGF);
470 CodeGenFunction
[all...]

Completed in 1114 milliseconds