reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
102 llvm::Constant *emitAbstract(const Expr *E, QualType T);
1790 return RValue::get(ConstantEmitter(*this).emitAbstract(E, E->getType())); 2566 Value *Depth = ConstantEmitter(*this).emitAbstract(E->getArg(0), 2576 Value *Depth = ConstantEmitter(*this).emitAbstract(E->getArg(0),tools/clang/lib/CodeGen/CGDebugInfo.cpp
1838 llvm::Constant *V = ConstantEmitter(CGM).emitAbstract(E, T);
tools/clang/lib/CodeGen/CodeGenModule.cpp 5924 llvm::Constant *C = ConstantEmitter(CGF).emitAbstract(E, E->getType());