Lines Matching defs:CodeGenFunction
52 class CodeGenFunction;
861 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
865 CodeGenFunction *CGF;
869 ApplyDebugLocation(CodeGenFunction &CGF, SourceLocation TemporaryLocation);
870 ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E);
871 ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc);
898 static ApplyDebugLocation CreateArtificial(CodeGenFunction &CGF) {
905 CreateDefaultArtificial(CodeGenFunction &CGF,
915 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) {
923 CodeGenFunction *CGF;
926 /// Set up the CodeGenFunction's DebugInfo to produce inline locations for the
929 ApplyInlineDebugLocation(CodeGenFunction &CGF, GlobalDecl InlinedFn);