Lines Matching defs:CodeGenFunction
52 class CodeGenFunction;
855 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
859 CodeGenFunction *CGF;
863 ApplyDebugLocation(CodeGenFunction &CGF, SourceLocation TemporaryLocation);
864 ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E);
865 ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc);
892 static ApplyDebugLocation CreateArtificial(CodeGenFunction &CGF) {
899 CreateDefaultArtificial(CodeGenFunction &CGF,
909 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) {
917 CodeGenFunction *CGF;
920 /// Set up the CodeGenFunction's DebugInfo to produce inline locations for the
923 ApplyInlineDebugLocation(CodeGenFunction &CGF, GlobalDecl InlinedFn);