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"
33 CodeGenFunction::CodeGenFunction(CodeGenModule &cgm, bool suppressNewContext) function in class:CodeGenFunction
66 CodeGenFunction::~CodeGenFunction() {
77 llvm::Type *CodeGenFunction::ConvertTypeForMem(QualType T) {
81 llvm::Type *CodeGenFunction::ConvertType(QualType T) {
85 TypeEvaluationKind CodeGenFunction::getEvaluationKind(QualType type) {
137 void CodeGenFunction
[all...]
H A DCodeGenFunction.h1 //===-- CodeGenFunction.h - Per-Function state for LLVM CodeGen -*- C++ -*-===//
94 /// CodeGenFunction - This class organizes the per-function state that is used
96 class CodeGenFunction : public CodeGenTypeCache { class in namespace:clang::CodeGen
97 CodeGenFunction(const CodeGenFunction &) LLVM_DELETED_FUNCTION;
98 void operator=(const CodeGenFunction &) LLVM_DELETED_FUNCTION;
196 virtual void EmitBody(CodeGenFunction &CGF, Stmt *S) {
308 void enter(CodeGenFunction &CGF, const Stmt *Finally,
311 void exit(CodeGenFunction &CGF);
463 CodeGenFunction
[all...]

Completed in 30 milliseconds