Searched defs:fnInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXX.cpp211 const CGFunctionInfo &fnInfo = local
218 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo); local
266 const CGFunctionInfo &fnInfo = local
273 CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn, fnInfo); local
225 GetAddrOfCXXConstructor(const CXXConstructorDecl *ctor, CXXCtorType ctorType, const CGFunctionInfo *fnInfo) argument
280 GetAddrOfCXXDestructor(const CXXDestructorDecl *dtor, CXXDtorType dtorType, const CGFunctionInfo *fnInfo, llvm::FunctionType *fnType) argument
[all...]
H A DCGAtomic.cpp138 const CGFunctionInfo &fnInfo = local
H A DCGBlocks.cpp1126 const CGFunctionInfo &fnInfo = local

Completed in 54 milliseconds